From 3561c71bf3965e6ba94a892edd31fc6de01e452a Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 26 Oct 2017 16:59:28 -0500 Subject: [PATCH] Remove code coverage uploading from appveyor script --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index aa8c19ace4..76d1ae3e1c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,10 +23,6 @@ before_build: - git submodule update --init build_script: - ps: .\build.ps1 -Target "AppVeyor" -Platform "$env:platform" -Configuration "$env:configuration" -after_build: -- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" -- pip install codecov -- codecov -f "./artifacts/coverage.xml" test: off artifacts: