ward icon indicating copy to clipboard operation
ward copied to clipboard

Add information on how to measure code coverage to the guide

Open darrenburns opened this issue 3 years ago • 3 comments

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 avatar Jun 10 '21 09:06 darrenburns

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

ThatXliner avatar Nov 15 '21 02:11 ThatXliner

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

darrenburns avatar Nov 23 '21 05:11 darrenburns