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 information on how to measure code coverage to the guide #263

Open
darrenburns opened this issue Jun 10, 2021 · 3 comments
Open

Add information on how to measure code coverage to the guide #263

darrenburns opened this issue Jun 10, 2021 · 3 comments
Labels
docs good first issue Good for newcomers

Comments

@darrenburns
Copy link
Owner

Create a separate page in the guide section of the documentation which explains how to configure code coverage (i.e. via coverage run -m ward).

@darrenburns darrenburns added good first issue Good for newcomers docs labels Jun 10, 2021
@ThatXliner
Copy link

Is there a pytest-cov-like plugin for Ward? Or do we have to use coverage.py?

@darrenburns
Copy link
Owner Author

@ThatXliner you'll have to use coverage.py. You can see an example in the GitHub Actions folder in this repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants
@darrenburns @ThatXliner and others