Add instructions how to report test coverage

This commit is contained in:
Jan Dittberner 2020-03-02 11:18:52 +01:00
parent d846d85d0a
commit 35b346edc4
1 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@ Install dependencies
Run tests
=========
To run the unit tests and report test coverage use:
.. code-block::
pipenv run coverage run --branch setup.py test
pipenv run coverage run --branch setup.py test
pipenv run coverage report -m