Browse Source

Remove code coverage uploading from appveyor script

pull/1254/head
Jeremy Koritzinsky 8 years ago
committed by GitHub
parent
commit
3561c71bf3
  1. 4
      appveyor.yml

4
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:

Loading…
Cancel
Save