We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dad10 commit 69a0ecbCopy full SHA for 69a0ecb
tox.ini
@@ -8,7 +8,7 @@ deps =
8
-r{toxinidir}/requirements/test.txt
9
-r{toxinidir}/requirements/publish.txt
10
setenv =
11
- PYTESTARGS = -v -s --tb=long --cov=cloudevents --cov-report term-missing --cov-fail-under=95
+ PYTESTARGS = -v -s --tb=long --cov=cloudevents --cov-report term-missing --cov-report=xml
12
commands = pytest {env:PYTESTARGS} {posargs}
13
14
[testenv:reformat]
0 commit comments