summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"