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
commit62a9177ce9f615bbfd46e8d01246977cf9091de2 (patch)
tree4aadb7e8ed9fceb644bfbb8b0c0667268ee7f769 /appveyor.yml
parent3671431da00329c196dddf4c9bd0f84ad6f84699 (diff)
downloadpython-coveragepy-git-62a9177ce9f615bbfd46e8d01246977cf9091de2.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 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"