aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d7c8d23..dbf6aef7 100644
--- a/README.md
+++ b/README.md
@@ -21,3 +21,7 @@ Use `pipenv` (which you can install with `pip`).
Run tests:
pipenv run pytest
+
+ # for coverage:
+ pipenv run pytest --cov --cov-report html
+