Attempt to fix test CI pipeline.
This commit is contained in:
parent
390019048e
commit
bf00b3883b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue