Skip to content

Commit 30896d9

Browse files
Meghan JonesJosh Sixsmith
Meghan Jones
authored and
Josh Sixsmith
committed
Add dvc to CONTRIBUTING.md under 'Testing your code' section (GenericMappingTools#1083)
Add the necessary steps for getting the baseline images using `dvc` to the CONTRIBUTING.md guide under the 'Testing your code' section.
1 parent f40dc42 commit 30896d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,10 @@ If you're not sure how to do this or are having trouble, submit your pull reques
337337
anyway.
338338
We will help you create the tests and sort out any kind of problem during code review.
339339

340-
Run the tests and calculate test coverage using:
340+
Pull the baseline images, run the tests, and calculate test coverage using:
341341

342+
dvc status # should report any files 'not_in_cache'
343+
dvc pull # pull down files from DVC remote cache (fetch + checkout)
342344
make test
343345

344346
The coverage report will let you know which lines of code are touched by the tests.

0 commit comments

Comments
 (0)