add coverage explanation

This commit is contained in:
BigCircle 2021-07-14 14:13:40 -04:00
parent 7a73171edc
commit 61848e9b70

View file

@ -71,6 +71,11 @@ Test
$ pytest
Run with coverage report::
If you haven't install `coverage`_.
.. _coverage: https://coverage.readthedocs.io
$ pip install coverage # skip this line if you already installed coverage.
$ coverage run -m pytest
$ coverage report