summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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