Skip to content
Snippets Groups Projects
Commit 276c150d authored by Chris Pastl's avatar Chris Pastl
Browse files

fix: use xml for coverage report

parent 1ac46a8a
No related branches found
No related tags found
1 merge request!35make test and coverage
Pipeline #7744 passed
...@@ -68,4 +68,4 @@ test: ...@@ -68,4 +68,4 @@ test:
poetry run pytest poetry run pytest
coverage: coverage:
poetry run pytest --cov=program poetry run pytest --cov --cov-report term --cov-report xml:coverage.xml
\ No newline at end of file \ No newline at end of file
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