SEBWIN-338: Still doesn't work, disabling gcov for good.

This commit is contained in:
dbuechel 2019-08-16 13:49:28 +02:00
parent c82605bf4e
commit 46a3452d93

View file

@ -28,7 +28,7 @@ test_script:
after_test:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "coverage.xml"
- codecov -f "coverage.xml" -X gcov
artifacts:
- path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration)
name: 'SEB_$(appveyor_build_version)_Application'