We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445a805 commit d899f29Copy full SHA for d899f29
setup.cfg
@@ -2,7 +2,7 @@
2
test=pytest
3
4
[tool:pytest]
5
-addopts = --junitxml=build/reports/tests/junit.xml --cov=skipper --cov-report html --cov-report term --cov-report xml
+addopts = --junitxml=build/reports/tests/junit.xml --cov=fiaas_skipper --cov-report html --cov-report term --cov-report xml
6
7
[coverage:html]
8
directory=build/reports/coverage
0 commit comments