summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-30 21:58:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-30 21:58:35 -0500
commit8bc23551494ed442eb07b51b7aaa86d907bcf2c6 (patch)
treeaf3abd450eb092b5c4c92bdff68c97cc5a1349a4
parent968321ac1429bf7cccdec4e3b93fccc20e935ff1 (diff)
downloadpython-coveragepy-8bc23551494ed442eb07b51b7aaa86d907bcf2c6.tar.gz
Left out a step in the windows codecov
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6d03ccd..d66dfb8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -131,6 +131,7 @@ 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% %PYTHON%\python igor.py combine_html
- if "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% pip install codecov
- if "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% codecov