Skip to content

Commit 884c3d3

Browse files
author
Andrew Brookins
committed
Attempt to combine coverage files
1 parent 7da4b55 commit 884c3d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ deps =
1313
pytest-cov >= 2.10.0
1414
extras =
1515
hiredis: hiredis
16-
commands = {envpython} -b -m coverage run -m pytest -W always {posargs}
16+
commands =
17+
{envpython} -b -m coverage run -p -m pytest -W always {posargs}
18+
{envpython} -b -m coverage combine --append
1719

1820
[testenv:flake8]
1921
basepython = python3.6

0 commit comments

Comments
 (0)