Skip to content

Commit 585be40

Browse files
committed
fixup! Make AppVeyor run Coverity scan
1 parent f58cb0d commit 585be40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ on_success:
9292
-o "$env:APPVEYOR_BUILD_FOLDER\$env:APPVEYOR_PROJECT_NAME.zip" `
9393
--overwrite
9494
95-
ls
9695
# Write-Host -ForegroundColor "Green" "Uploading Coverity results... $env:coverity_email"
9796
# & .\packages\PublishCoverity\PublishCoverity.exe publish `
9897
# -t "$env:coverity_token" `
@@ -107,7 +106,7 @@ artifacts:
107106
- path: cov-int\build-log.txt
108107
name: coverity.build.logger
109108

110-
- path: LibGit2Sharp.zip
109+
- path: libgit2sharp.zip
111110
name: coverity.analysis.results
112111

113112
notifications:

0 commit comments

Comments
 (0)