@@ -76,8 +76,8 @@ install:
7676
7777 If ($Env:SHOULD_RUN_COVERALLS -eq $True)
7878 {
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
8181 }
8282
8383 If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True)
@@ -110,7 +110,7 @@ test_script:
110110- ps : |
111111 If ($Env:SHOULD_RUN_COVERALLS -eq $True -and $Env:publish_on_success -eq $True)
112112 {
113- .\packages\OpenCover\OpenCover.Console.exe `
113+ .\packages\OpenCover\tools\ OpenCover.Console.exe `
114114 -register:user `
115115 "-target:""$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0.0\tools\$Env:xunit_runner""" `
116116 "-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" -noshadow" `
@@ -149,17 +149,11 @@ after_test:
149149 {
150150 Write-Host "Uploading code coverage result..." -ForegroundColor "Green"
151151
152- .\packages\coveralls.net\csmacnz.Coveralls.exe `
152+ .\packages\coveralls.net\tools\ csmacnz.Coveralls.exe `
153153 --opencover -i opencoverCoverage.xml `
154154 --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 `
160155 --useRelativePaths `
161156 --basePath "$Env:APPVEYOR_BUILD_FOLDER\"`
162- --jobId $Env:APPVEYOR_JOB_ID
163157 }
164158
165159 If ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $True -and $Env:publish_on_success -eq $True)
0 commit comments