File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -630,15 +630,15 @@ summarized as follows:
630
630
mv baseline/*.png pygmt/tests/baseline/
631
631
632
632
# Generate hash for baseline image and stage the *.dvc file in git
633
- git rm -r --cached 'pygmt/tests/baseline/test_logo.png' # only run if migrating existing image from git to dvc
634
633
dvc status # check which files need to be added to dvc
635
634
dvc add pygmt/tests/baseline/test_logo.png
636
635
git add pygmt/tests/baseline/test_logo.png.dvc
637
636
638
637
# Commit changes and push to both the git and dvc remotes
639
638
git commit -m "Add test_logo.png into DVC"
639
+ dvc status --remote upstream # Report which files will be pushed to the dvc remote
640
+ dvc push # Run before git push to enable automated testing with the new images
640
641
git push
641
- dvc push
642
642
643
643
#### Using check_figures_equal
644
644
You can’t perform that action at this time.
0 commit comments