Attempt to fix test CI pipeline.

This commit is contained in:
Damian Büchel 2023-04-14 16:36:46 +02:00
parent 390019048e
commit bf00b3883b

View file

@ -23,5 +23,6 @@ test_script:
- .\packages\OpenCover.4.7.1221\tools\OpenCover.Console.exe -register -target:"vstest.console.exe" -targetargs:"/logger:Appveyor .\SafeExamBrowser.Service.UnitTests\bin\%PLATFORM%\%CONFIGURATION%\SafeExamBrowser.Service.UnitTests.dll" -filter:"+[*]* -[*.UnitTests]* -[*Moq*]*" -mergebyhash -mergeoutput -output:"coverage.xml"
after_test:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install --upgrade pip
- pip install codecov
- codecov -f "coverage.xml" -X gcov