diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e6e5c1909..36b8c53a42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.