We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb306e commit 8173c5fCopy full SHA for 8173c5f
1 file changed
tox.ini
@@ -5,7 +5,7 @@ envlist = python
5
usedevelop = True
6
commands =
7
pytest {posargs}
8
- python -c "import codecov, os, sys; os.environ['APPVEYOR'] = os.getenv('APPVEYOR', '').replace('true', 'True'); sys.argv += ['-X', 'gcov']; codecov.main()"
+ python -c "import codecov, os, sys; os.environ['APPVEYOR'] = os.getenv('APPVEYOR', '').replace('true', 'True'); sys.argv += ['-f', 'coverage.xml', '-X', 'gcov']; codecov.main()"
9
passenv =
10
WEBTEST_INTERACTIVE
11
CI
0 commit comments