summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-03-06 06:57:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-03-06 06:57:41 -0500
commit4d8445ea51236b91e7485eac1626d630d7bd7aae (patch)
tree750f0297891019bfadce852ecc801c0dbbed2a62 /appveyor.yml
parent46dd35465975010966eec9da23cee1a54b879ad4 (diff)
downloadpython-coveragepy-4d8445ea51236b91e7485eac1626d630d7bd7aae.tar.gz
Control codecov more tightly
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0f4d8de..aa95798 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"