SEBWIN-338: Attempt to fix code coverage aspect of CI build by disabling gcov.

This commit is contained in:
dbuechel 2019-08-16 12:10:49 +02:00
parent 7e3eb22c93
commit 4a862bcb47

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'