Merge pull request #2030 from arthurvr/patch-2

Add `make test-cov` to `contributing.md`
This commit is contained in:
Sebastian McKenzie 2015-07-18 04:46:23 -07:00
commit faa6ce1a08

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.