SEBWIN-338: Fixed code coverage integration, re-enabling gcov.

This commit is contained in:
dbuechel 2019-08-16 13:44:16 +02:00
parent 742bf152e2
commit c82605bf4e

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" -X gcov
- codecov -f "coverage.xml"
artifacts:
- path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration)
name: 'SEB_$(appveyor_build_version)_Application'