mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-22 21:25:27 +00:00
Added code coverage CI step.
This commit is contained in:
parent
4ee0700bab
commit
043c4e3c5a
|
@ -7,3 +7,8 @@ before_install:
|
|||
|
||||
script:
|
||||
- ./build.sh NuGet
|
||||
|
||||
after_success:
|
||||
- mono --debug --profile=log:coverage,covfilter=+OpenTK,covfilter=-OpenTK.Tests,covfilter=-FSharp.Core,covfilter=-FsCheck,covfilter=-xunit.assert packages/xunit.runner.console/tools/xunit.console.exe -parallel none tests/OpenTK.Tests/bin/Release/OpenTK.Tests.dll + - mono --debug --profile=log:coverage,covfilter=+OpenTK,covfilter=-OpenTK.Tests,covfilter=-FSharp.Core,covfilter=-FsCheck,covfilter=-xunit.assert "packages/xunit.runner.console/tools/xunit.console.exe" "tests/OpenTK.Tests/bin/Release/OpenTK.Tests.dll" -parallel none
|
||||
- mprof-report --reports=coverage --coverage-out=coverage.xml output.mlpd - mprof-report --reports=coverage --coverage-out=coverage.xml output.mlpd
|
||||
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in a new issue