Skip to content

Commit 80509e4

Browse files
authored
Fix Codecov not getting coverage reports
1 parent da3453e commit 80509e4

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
@@ -5,7 +5,7 @@ envlist = py27, py35, py36, py37, py38, pypy, pypy3
55
usedevelop = True
66
deps =
77
-r{toxinidir}/tests/requirements.txt
8-
commands = py.test --cov=parsel --cov-report= {posargs:docs parsel tests}
8+
commands = py.test --cov=parsel --cov-report=xml {posargs:docs parsel tests}
99

1010
[testenv:security]
1111
basepython = python3.8

0 commit comments

Comments
 (0)