Skip to content

Commit 69a0ecb

Browse files
Update tox.ini to create an xml coverage report
1 parent 00dad10 commit 69a0ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deps =
88
-r{toxinidir}/requirements/test.txt
99
-r{toxinidir}/requirements/publish.txt
1010
setenv =
11-
PYTESTARGS = -v -s --tb=long --cov=cloudevents --cov-report term-missing --cov-fail-under=95
11+
PYTESTARGS = -v -s --tb=long --cov=cloudevents --cov-report term-missing --cov-report=xml
1212
commands = pytest {env:PYTESTARGS} {posargs}
1313

1414
[testenv:reformat]

0 commit comments

Comments
 (0)