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

View file

@ -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