We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9777b0c commit f58cb0dCopy full SHA for f58cb0d
appveyor.yml
@@ -91,6 +91,8 @@ on_success:
91
-i "$env:APPVEYOR_BUILD_FOLDER\cov-int" `
92
-o "$env:APPVEYOR_BUILD_FOLDER\$env:APPVEYOR_PROJECT_NAME.zip" `
93
--overwrite
94
+
95
+ ls
96
# Write-Host -ForegroundColor "Green" "Uploading Coverity results... $env:coverity_email"
97
# & .\packages\PublishCoverity\PublishCoverity.exe publish `
98
# -t "$env:coverity_token" `
@@ -106,7 +108,7 @@ artifacts:
106
108
name: coverity.build.logger
107
109
110
- path: LibGit2Sharp.zip
- name: coverity.analysis
111
+ name: coverity.analysis.results
112
113
notifications:
114
- provider: Email
0 commit comments