Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 13, 2023
1 parent 7a3126f commit ddf6405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ upload:

tests: install
coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all \
tests/ --disable-warnings && \
tests/test_core.py --disable-warnings && \
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
coverage html --precision=3 --skip-empty -d coverage/html/ && \
coverage xml -o coverage/coverage.xml
Expand Down

0 comments on commit ddf6405

Please sign in to comment.