Add make test-cov to contributing.md

Ref #1851
This commit is contained in:
Arthur Verschaeve 2015-07-18 10:59:20 +02:00
parent 13e0c6b917
commit 98a4d54212

View File

@ -72,6 +72,12 @@ Use the `TEST_GREP` variable to run a subset of tests by name:
$ TEST_GREP=transformation make test
```
To test the code coverage, use:
```sh
$ make test-cov
```
#### Internals
Please see [`/doc`](/doc) for internals documentation relevant to developing babel.