Skip to content

Commit 8173c5f

Browse files
committed
Tell codecov to check specific report file
1 parent 6eb306e commit 8173c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = python
55
usedevelop = True
66
commands =
77
pytest {posargs}
8-
python -c "import codecov, os, sys; os.environ['APPVEYOR'] = os.getenv('APPVEYOR', '').replace('true', 'True'); sys.argv += ['-X', 'gcov']; codecov.main()"
8+
python -c "import codecov, os, sys; os.environ['APPVEYOR'] = os.getenv('APPVEYOR', '').replace('true', 'True'); sys.argv += ['-f', 'coverage.xml', '-X', 'gcov']; codecov.main()"
99
passenv =
1010
WEBTEST_INTERACTIVE
1111
CI

0 commit comments

Comments
 (0)