diff --git a/Makefile b/Makefile index 9737dfc..21aca7f 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,7 @@ init: test: @. venv/bin/activate @( \ - cd tests/; \ - pytest; \ + pytest --cov=. --cov-report=html; \ ) clean: distclean