From 62a9177ce9f615bbfd46e8d01246977cf9091de2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 6 Mar 2017 06:57:41 -0500 Subject: Control codecov more tightly --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 0f4d8dee..aa957980 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -133,7 +133,7 @@ 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 + - if "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% codecov -X gcov --file coverage.xml artifacts: - path: "metacov-*.zip" -- cgit v1.2.1