Skip to content
Snippets Groups Projects
Commit f984d68f authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix coverage on CI

parent 72784c50
No related branches found
Tags v0.5.0
No related merge requests found
Pipeline #6916 passed with warnings
......@@ -18,7 +18,7 @@ test:
py.test --junitxml=./reports/junit.xml -o junit_suite_name=$(PKGNAME) tests
test-cov:
py.test --cov $(PKGNAME) --cov-report term-missing --cov-report xml:reports/coverage.xml --cov-report html:reports/coverage tests
py.test --cov ./km3io --cov-report term-missing --cov-report xml:reports/coverage.xml --cov-report html:reports/coverage tests
test-loop:
py.test $(PKGNAME)
......
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