We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfec2f4 commit a71186fCopy full SHA for a71186f
Makefile
@@ -4,4 +4,4 @@ setup:
4
poetry install
5
6
test:
7
- PYTHONPATH=src/ poetry run pytest tests/
+ PYTHONPATH=src/ poetry run pytest tests/ --cov=src/
0 commit comments