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'