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

Commit bd126f2

Browse files
Tweaking script order
1 parent 0bdaabd commit bd126f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ version: '2.5.6.{build}'
33
skip_tags: true
44
install:
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
@@ -28,6 +26,7 @@ test:
2826
- Timings
2927
after_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"
3332
on_success:

0 commit comments

Comments
 (0)