diff --git a/README.md b/README.md index 6875cd9..30166b8 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ Run test locally ``` $ make test ``` +Generate coverage report +``` +$ make test-coverage +```