summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 09ad7c48..edeafe68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,5 @@ after_script:
- |
if [[ $COVERAGE_COVERAGE == 'yes' ]]; then
python igor.py combine_html
- pip install codecov
- codecov -X gcov coveragepy search xcode --name $TOXENV --file coverage.xml
+ bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -n $TOXENV
fi