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 ae6441d2..8b7840b0 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 coveragepy search xcode fix -f coverage.xml -n $TOXENV
+ codecov -X gcov --file coverage.xml
fi