summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-03-31 14:23:00 +0200
committerDaniel Hahler <git@thequod.de>2019-03-31 14:23:00 +0200
commit808b66c8451bbcc1754db9c1853f4f11bf902b2a (patch)
tree6b41433696b72cfcd41d6abd0dc7e18650a9d773
parent97624f0d56de1dca53777ce023317731382c2868 (diff)
downloadpython-coveragepy-git-808b66c8451bbcc1754db9c1853f4f11bf902b2a.tar.gz
ci: Travis: codecov: disable more features, set name
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b7840b0..09ad7c48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,5 +31,5 @@ after_script:
if [[ $COVERAGE_COVERAGE == 'yes' ]]; then
python igor.py combine_html
pip install codecov
- codecov -X gcov --file coverage.xml
+ codecov -X gcov coveragepy search xcode --name $TOXENV --file coverage.xml
fi