File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,12 @@ install:
74
74
cinst sourcelink -y
75
75
}
76
76
77
+ $Env:SHOULD_RUN_COVERALLS = $True
78
+
77
79
If ($Env:SHOULD_RUN_COVERALLS -eq $True)
78
80
{
79
- nuget install OpenCover -Version 4.5.3723 -ExcludeVersion -OutputDirectory .\packages
80
- nuget install coveralls.net -Version 0.5 .0 -ExcludeVersion -OutputDirectory .\packages
81
+ nuget install OpenCover -Version 4.6.166 -ExcludeVersion -OutputDirectory .\packages
82
+ nuget install coveralls.net -Version 0.6 .0 -ExcludeVersion -OutputDirectory .\packages
81
83
}
82
84
83
85
If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True)
@@ -110,7 +112,7 @@ test_script:
110
112
- ps : |
111
113
If ($Env:SHOULD_RUN_COVERALLS -eq $True -and $Env:publish_on_success -eq $True)
112
114
{
113
- .\packages\OpenCover\OpenCover.Console.exe `
115
+ .\packages\OpenCover\tools\ OpenCover.Console.exe `
114
116
-register:user `
115
117
"-target:""$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0.0\tools\$Env:xunit_runner""" `
116
118
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" -noshadow" `
You can’t perform that action at this time.
0 commit comments