Skip to content

Commit 2e294a7

Browse files
committed
Adjust file path for push
1 parent 7b6cd1f commit 2e294a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Catch
171171

172172
exec { & csmacnz.Coveralls `
173173
--opencover `
174-
-i coverage.opencover.xml `
174+
-i "$($env:APPVEYOR_BUILD_FOLDER)\TestResults\coverage.opencover.xml" `
175175
--repoToken $env:coverrallstoken `
176176
--useRelativePaths `
177177
--commitId $env:APPVEYOR_REPO_COMMIT `

0 commit comments

Comments
 (0)