Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions to view the test coverage reports locally #463

Closed
seisman opened this issue May 29, 2020 · 0 comments · Fixed by #468
Closed

Add instructions to view the test coverage reports locally #463

seisman opened this issue May 29, 2020 · 0 comments · Fixed by #468
Labels
documentation Improvements or additions to documentation help wanted Helping hands are appreciated

Comments

@seisman
Copy link
Member

seisman commented May 29, 2020

Description of the desired feature

The Contributing Guidelines says:

Run the tests and calculate test coverage using:

make test

The coverage report will let you know which lines of code are touched by the tests. Strive to get 100% coverage for the lines you changed.

However, it's not clear how to view the coverage reports locally. We should add instructions to do that and perhaps add a make target, e.g., make view-coverage.

Are you willing to help implement and maintain this feature? Yes/No

@seisman seisman added documentation Improvements or additions to documentation help wanted Helping hands are appreciated labels May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Helping hands are appreciated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant