This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ version: '2.5.6.{build}'
33skip_tags : true
44install :
55- ps : |
6- choco install opencover.portable
7- choco install codecov
86 $full_build = Test-Path env:GHFVS_KEY
97 git submodule init
108 git submodule sync
2826 - Timings
2927after_test :
3028- ps : |
29+ choco install opencover.portable codecov
3130 OpenCover.Console.exe -register:user -target:"nunit3-console.exe" "-targetargs: visualstudio\test\GitHub.Api.UnitTests\bin\Release\GitHub.Api.UnitTests.dll visualstudio\test\GitHub.App.UnitTests\bin\Release\GitHub.App.UnitTests.dll visualstudio\test\GitHub.Exports.Reactive.UnitTests\bin\Release\GitHub.Exports.Reactive.UnitTests.dll visualstudio\test\GitHub.Exports.UnitTests\bin\Release\GitHub.Exports.UnitTests.dll visualstudio\test\GitHub.Extensions.UnitTests\bin\Release\GitHub.Extensions.UnitTests.dll visualstudio\test\GitHub.InlineReviews.UnitTests\bin\Release\GitHub.InlineReviews.UnitTests.dll visualstudio\test\GitHub.Primitives.UnitTests\bin\Release\GitHub.Primitives.UnitTests.dll visualstudio\test\GitHub.TeamFoundation.UnitTests\bin\Release\GitHub.TeamFoundation.UnitTests.dll visualstudio\test\GitHub.UI.UnitTests\bin\Release\GitHub.UI.UnitTests.dll visualstudio\test\GitHub.VisualStudio.UnitTests\bin\Release\GitHub.VisualStudio.UnitTests.dll visualstudio\test\MetricsTests\MetricsTests\bin\Release\MetricsTests.dll visualstudio\test\TrackingCollectionTests\bin\Release\TrackingCollectionTests.dll --where cat != Timings" -output:".\coverage.xml"
3231 codecov -f "coverage.xml"
3332on_success :
You can’t perform that action at this time.
0 commit comments