From f175d353c91f80b024fb86e5baacc613d96dc150 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 30 Dec 2016 21:58:35 -0500 Subject: Left out a step in the windows codecov --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 6d03ccd5..d66dfb81 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 -- cgit v1.2.1