From bbd80418d13b79d5fda4a38d9922a3eab16b0e3e Mon Sep 17 00:00:00 2001 From: Sebastien Lambla Date: Mon, 27 Feb 2017 01:36:19 +0100 Subject: [PATCH] coverity --- build/Publish-Coverity.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Publish-Coverity.ps1 b/build/Publish-Coverity.ps1 index de225b4..f6d485e 100644 --- a/build/Publish-Coverity.ps1 +++ b/build/Publish-Coverity.ps1 @@ -4,7 +4,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) { $version = $env:APPVEYOR_BUILD_VERSION & $coverityPublisher publish ` -t "$env:coverity_token" ` - -e "$env:coverity_email" + -e "$env:coverity_email" ` -r "$env:APPVEYOR_REPO_NAME" ` -z coverity.zip ` -d "AppVeyor Tagged Build($env:APPVEYOR_BUILD_VERSION)." `