Skip to content

Commit

Permalink
coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
serialseb committed Feb 27, 2017
1 parent dfde668 commit 9f41b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Publish-Coverity.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) {
$version = $env:APPVEYOR_BUILD_VERSION
& $coverityPublisher publish `
-t "$env:coverity_token" `
-e
-e "$env:coverity_email"
-r "$env:APPVEYOR_REPO_NAME" `
-z coverity.zip `
-d "AppVeyor Tagged Build($env:APPVEYOR_BUILD_VERSION)." `
Expand Down

0 comments on commit 9f41b2f

Please sign in to comment.