diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-30 17:49:59 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-30 17:49:59 -0500 |
commit | 95faaedca26e2a3acdcb1ddac54aa3e644dedf6f (patch) | |
tree | 74ab9b5e86d5a16a034f88cd9036c796a8854229 | |
parent | efc0a70a97c50a2005858d6bb7a21d6aeaee4d1e (diff) | |
download | python-coveragepy-git-95faaedca26e2a3acdcb1ddac54aa3e644dedf6f.tar.gz |
Try getting Windows results to codecov
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 41f61121..6d03ccd5 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" |