Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants
@darrenburns @ThatXliner and others