Skip to content

Commit

Permalink
docs: Fix path of Code Coverage report page on CONTRIBUTING.md file (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
serdarkacka authored and IvanSanchez committed Oct 11, 2016
1 parent b144d2f commit eff82bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -122,7 +122,7 @@ To generate a detailed report about test coverage (which helps tremendously when
jake test --cov
```

After that, open `spec/coverage/<environment>/index.html` in a browser to see the report.
After that, open `coverage/<environment>/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
Expand Down

0 comments on commit eff82bf

Please sign in to comment.