From e2214b02394b7cf10777c0514eb29015209a281f Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 16 May 2019 10:39:53 -0700 Subject: [PATCH] Fix what branch coverage is sent with --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd65a6a8..f6acee37 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,7 +50,7 @@ jobs: displayName: 'Lint' - script: | yarn test-coverage - export COVERALLS_GIT_BRANCH=$BUILD_SOURCEBRANCH + export COVERALLS_GIT_BRANCH=$BUILD_SOURCEBRANCHNAME yarn coveralls displayName: 'Generate and publish coverage'