Skip to content

Commit d899f29

Browse files
committed
Fix coverage reporting
1 parent 445a805 commit d899f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
test=pytest
33

44
[tool:pytest]
5-
addopts = --junitxml=build/reports/tests/junit.xml --cov=skipper --cov-report html --cov-report term --cov-report xml
5+
addopts = --junitxml=build/reports/tests/junit.xml --cov=fiaas_skipper --cov-report html --cov-report term --cov-report xml
66

77
[coverage:html]
88
directory=build/reports/coverage

0 commit comments

Comments
 (0)