diff --git a/Makefile b/Makefile index 03f4707..1bf40a1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ lint: poetry run flake8 -v test: - poetry run pytest -v -s --cov=. tests + poetry run pytest -v -s --cov=template tests publish: poetry build -f wheel