Merge pull request #2030 from arthurvr/patch-2
Add `make test-cov` to `contributing.md`
This commit is contained in:
commit
faa6ce1a08
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user