diff options
author | Daniel Hahler <git@thequod.de> | 2019-03-31 14:23:00 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-03-31 14:23:00 +0200 |
commit | 808b66c8451bbcc1754db9c1853f4f11bf902b2a (patch) | |
tree | 6b41433696b72cfcd41d6abd0dc7e18650a9d773 | |
parent | 97624f0d56de1dca53777ce023317731382c2868 (diff) | |
download | python-coveragepy-git-808b66c8451bbcc1754db9c1853f4f11bf902b2a.tar.gz |
ci: Travis: codecov: disable more features, set name
-rw-r--r-- | .travis.yml | 2 |
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 |