diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80c27d86d30b..e34f627436da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,7 +124,7 @@ $ TEST_DEBUG=true make test To test the code coverage, use: ```sh -$ make test-cov +$ ./scripts/test-cov.sh ``` #### Writing tests