summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-30 17:49:59 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-30 17:49:59 -0500
commit968321ac1429bf7cccdec4e3b93fccc20e935ff1 (patch)
tree9fdbe10970c8078e3a713cc6b83e9188875c036a
parent10a4bcbe4854bf274f0be79cabf570c1c2fc55e8 (diff)
downloadpython-coveragepy-968321ac1429bf7cccdec4e3b93fccc20e935ff1.tar.gz
Try getting Windows results to codecov
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 41f6112..6d03ccd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -131,6 +131,8 @@ test_script:
after_test:
- if "%COVERAGE_COVERAGE%" == "yes" 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov*
+ - if "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% pip install codecov
+ - if "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% codecov
artifacts:
- path: "metacov-*.zip"