We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065e0ab commit 0839667Copy full SHA for 0839667
1 file changed
Makefile
@@ -28,7 +28,7 @@ upload:
28
29
tests: install
30
coverage run --rcfile=.coveragerc -m pytest -vv --showlocals --pastebin=all \
31
- tests && \
+ tests/ && \
32
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
33
coverage html --precision=3 --skip-empty -d src/coverage/html/ && \
34
coverage xml -o src/coverage/coverage.xml
0 commit comments