Skip to content
Snippets Groups Projects
Verified Commit 6b85d22d authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: remove coverage target, update test target to show the converage

parent b7fd9667
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,4 @@ run.debug: migrate
DEBUG=1 $(POETRY_RUN_MANAGE) runserver_plus 0.0.0.0:8000
test:
poetry run pytest
coverage:
poetry run pytest --cov --cov-report term --cov-report xml:coverage.xml
\ No newline at end of file
poetry run pytest --cov
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment