diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2c035d3b..c038b6a0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -65,7 +65,7 @@ test_script: - "%WITH_COMPILER% %PYTHON_HOME%\\Scripts\\tox" after_test: - - 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov* + - if "%COVERAGE_COVERAGE%" == "yes" 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov* artifacts: - path: "dist\\*" |