Add instructions how to report test coverage
This commit is contained in:
parent
d846d85d0a
commit
35b346edc4
1 changed files with 4 additions and 1 deletions
|
@ -15,6 +15,9 @@ Install dependencies
|
||||||
Run tests
|
Run tests
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
To run the unit tests and report test coverage use:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
|
|
||||||
pipenv run coverage run --branch setup.py test
|
pipenv run coverage run --branch setup.py test
|
||||||
|
pipenv run coverage report -m
|
||||||
|
|
Loading…
Reference in a new issue