summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d206cc39..986deb67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,4 +39,4 @@ script:
- tox
- if [[ $COVERAGE_COVERAGE == 'yes' ]]; then python igor.py combine_html; fi
- if [[ $COVERAGE_COVERAGE == 'yes' ]]; then pip install codecov; fi
- - if [[ $COVERAGE_COVERAGE == 'yes' ]]; then codecov; fi
+ - if [[ $COVERAGE_COVERAGE == 'yes' ]]; then codecov -X gcov --file coverage.xml; fi
diff --git a/appveyor.yml b/appveyor.yml
index 0f4d8dee..aa957980 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -133,7 +133,7 @@ after_test:
- if "%COVERAGE_COVERAGE%" == "yes" 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov*
- if "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% %PYTHON%\python igor.py combine_html
- if "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% pip install codecov
- - if "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% codecov
+ - if "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% codecov -X gcov --file coverage.xml
artifacts:
- path: "metacov-*.zip"