Skip to content

Commit

Permalink
Fix Codecov not getting coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Mar 12, 2021
1 parent da3453e commit 80509e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py27, py35, py36, py37, py38, pypy, pypy3
usedevelop = True
deps =
-r{toxinidir}/tests/requirements.txt
commands = py.test --cov=parsel --cov-report= {posargs:docs parsel tests}
commands = py.test --cov=parsel --cov-report=xml {posargs:docs parsel tests}

[testenv:security]
basepython = python3.8
Expand Down

0 comments on commit 80509e4

Please sign in to comment.