Skip to content

Commit f58cb0d

Browse files
committed
fixup! Make AppVeyor run Coverity scan
1 parent 9777b0c commit f58cb0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ on_success:
9191
-i "$env:APPVEYOR_BUILD_FOLDER\cov-int" `
9292
-o "$env:APPVEYOR_BUILD_FOLDER\$env:APPVEYOR_PROJECT_NAME.zip" `
9393
--overwrite
94+
95+
ls
9496
# Write-Host -ForegroundColor "Green" "Uploading Coverity results... $env:coverity_email"
9597
# & .\packages\PublishCoverity\PublishCoverity.exe publish `
9698
# -t "$env:coverity_token" `
@@ -106,7 +108,7 @@ artifacts:
106108
name: coverity.build.logger
107109

108110
- path: LibGit2Sharp.zip
109-
name: coverity.analysis
111+
name: coverity.analysis.results
110112

111113
notifications:
112114
- provider: Email

0 commit comments

Comments
 (0)