Skip to content

Commit cdd3ef5

Browse files
committed
fix: update tox to emit junit format for coveralls
1 parent fcf934a commit cdd3ef5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tox.ini

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,4 @@ deps =
99
allowlist_externals = pytest
1010

1111
commands =
12-
pytest --cov=json2xml --cov-report=xml
13-
python \
14-
-W error::ResourceWarning \
15-
-W error::DeprecationWarning \
16-
-W error::PendingDeprecationWarning \
17-
-m coverage run \
18-
-m pytest {posargs:tests}
12+
pytest --cov --junitxml=junit.xml

0 commit comments

Comments
 (0)