@@ -76,8 +76,8 @@ install:
76
76
77
77
If ($Env:SHOULD_RUN_COVERALLS -eq $True)
78
78
{
79
- nuget install OpenCover -Version 4.5.3723 -ExcludeVersion -OutputDirectory .\packages
80
- nuget install coveralls.net -Version 0.5 .0 -ExcludeVersion -OutputDirectory .\packages
79
+ nuget install OpenCover -Version 4.6.166 -ExcludeVersion -OutputDirectory .\packages
80
+ nuget install coveralls.net -Version 0.6 .0 -ExcludeVersion -OutputDirectory .\packages
81
81
}
82
82
83
83
If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True)
@@ -110,7 +110,7 @@ test_script:
110
110
- ps : |
111
111
If ($Env:SHOULD_RUN_COVERALLS -eq $True -and $Env:publish_on_success -eq $True)
112
112
{
113
- .\packages\OpenCover\OpenCover.Console.exe `
113
+ .\packages\OpenCover\tools\ OpenCover.Console.exe `
114
114
-register:user `
115
115
"-target:""$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0.0\tools\$Env:xunit_runner""" `
116
116
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" -noshadow" `
@@ -149,17 +149,11 @@ after_test:
149
149
{
150
150
Write-Host "Uploading code coverage result..." -ForegroundColor "Green"
151
151
152
- .\packages\coveralls.net\csmacnz.Coveralls.exe `
152
+ .\packages\coveralls.net\tools\ csmacnz.Coveralls.exe `
153
153
--opencover -i opencoverCoverage.xml `
154
154
--repoToken $Env:coveralls_token `
155
- --commitId $Env:APPVEYOR_REPO_COMMIT `
156
- --commitBranch $Env:APPVEYOR_REPO_BRANCH `
157
- --commitAuthor $Env:APPVEYOR_REPO_COMMIT_AUTHOR `
158
- --commitEmail $Env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL `
159
- --commitMessage $Env:APPVEYOR_REPO_COMMIT_MESSAGE `
160
155
--useRelativePaths `
161
156
--basePath "$Env:APPVEYOR_BUILD_FOLDER\"`
162
- --jobId $Env:APPVEYOR_JOB_ID
163
157
}
164
158
165
159
If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True -and $Env:publish_on_success -eq $True)
0 commit comments