aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d03560..ed8ff1d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ tests:
python -m pytest -vv
coverage:
- coverage run --include=epy.py -m pytest -vv tests
+ coverage run -m pytest -vv tests
coverage html
python -m http.server -d htmlcov