From 9f41b2fff4756d978061ed6ffd4936dc119fea79 Mon Sep 17 00:00:00 2001 From: Sebastien Lambla Date: Mon, 27 Feb 2017 01:33:26 +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 c614f76..de225b4 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 + -e "$env:coverity_email" -r "$env:APPVEYOR_REPO_NAME" ` -z coverity.zip ` -d "AppVeyor Tagged Build($env:APPVEYOR_BUILD_VERSION)." `