Skip to content

Commit 0839667

Browse files
author
Andrei
committed
Update Makefile
1 parent 065e0ab commit 0839667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ upload:
2828

2929
tests: install
3030
coverage run --rcfile=.coveragerc -m pytest -vv --showlocals --pastebin=all \
31-
tests && \
31+
tests/ && \
3232
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
3333
coverage html --precision=3 --skip-empty -d src/coverage/html/ && \
3434
coverage xml -o src/coverage/coverage.xml

0 commit comments

Comments
 (0)