SEBWIN-338: Fixed code coverage integration, re-enabling gcov.
This commit is contained in:
parent
742bf152e2
commit
c82605bf4e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ test_script:
|
||||||
after_test:
|
after_test:
|
||||||
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
|
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- codecov -f "coverage.xml" -X gcov
|
- codecov -f "coverage.xml"
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration)
|
- path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration)
|
||||||
name: 'SEB_$(appveyor_build_version)_Application'
|
name: 'SEB_$(appveyor_build_version)_Application'
|
||||||
|
|
Loading…
Reference in a new issue