Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit e120662

Browse files
Pushing coverage.xml
1 parent bd126f2 commit e120662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ after_test:
2929
choco install opencover.portable codecov
3030
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"
3131
codecov -f "coverage.xml"
32+
Push-AppveyorArtifact coverage.xml
3233
on_success:
3334
- ps: |
3435
if ($full_build) {

0 commit comments

Comments
 (0)