diff --git a/README.md b/README.md index 20476cf..e03ef6b 100644 --- a/README.md +++ b/README.md @@ -73,13 +73,5 @@ Or: $ npm run test ``` -## Coverage Report -To generate/update the coverage report: -``` -$ yarn test:coverage -``` -Or: -``` -$ npm run test:coverage -``` -> You can see the coverage report inside `tests/coverage`. +## Coverage report +You can see the coverage report inside `tests/coverage`. They are automatically created after the tests run.