summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-10-13 15:17:26 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-10-13 15:17:26 +0300
commit6eb306e3fcdcf1ff46d71010954c4f11135e1510 (patch)
treeaa5e50a128f800173439c30aa7fb7a0580280b4c /tox.ini
parentd3cad6b9784fc9275e563387fd0abb2af96d3c39 (diff)
downloadcherrypy-git-6eb306e3fcdcf1ff46d71010954c4f11135e1510.tar.gz
Instruct codecov to ignore gcov files lookup
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0195dc57..f74c2790 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = python
usedevelop = True
commands =
pytest {posargs}
- python -c "import codecov, os; os.environ['APPVEYOR'] = os.getenv('APPVEYOR', '').replace('true', 'True'); codecov.main()"
+ python -c "import codecov, os, sys; os.environ['APPVEYOR'] = os.getenv('APPVEYOR', '').replace('true', 'True'); sys.argv += ['-X', 'gcov']; codecov.main()"
passenv =
WEBTEST_INTERACTIVE
CI