diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2da42d5..5d022693 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -122,7 +122,7 @@ To generate a detailed report about test coverage (which helps tremendously when jake test --cov ``` -After that, open `spec/coverage//index.html` in a browser to see the report. +After that, open `coverage//index.html` in a browser to see the report. From there you can click through folders/files to get details on their individual coverage. ## Improving Documentation