Update CONTRIBUTING.md with respect to coverage check [skip ci] (#5329)

This commit is contained in:
Zachary Miller 2017-02-16 21:14:16 -06:00 committed by Henry Zhu
parent 69c6d27794
commit d55a775024

View File

@ -124,7 +124,7 @@ $ TEST_DEBUG=true make test
To test the code coverage, use:
```sh
$ make test-cov
$ ./scripts/test-cov.sh
```
#### Writing tests