From 98a4d54212e90540f9b64f9daf647fa0968997e1 Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Sat, 18 Jul 2015 10:59:20 +0200 Subject: [PATCH] Add `make test-cov` to `contributing.md` Ref #1851 --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.