Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Sep 12, 2023
1 parent 21a787e commit 41e13de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ tests: install
coverage run --rcfile=.coveragerc -m pytest -vv --showlocals --pastebin=all \
tests && \
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
coverage html --precision=3 --skip-empty -d src/coverage/html/ && \
coverage xml -o src/coverage/coverage.xml

doc: install
cd docs/ && \
Expand Down

0 comments on commit 41e13de

Please sign in to comment.