From dedb37207614a5ebacd3a4c485e0aff0d8252565 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Fri, 25 Jan 2019 05:52:07 +0000 Subject: [PATCH] Pipelines: Add displayName for coverage step --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 00b4619..c75813b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,6 +19,7 @@ jobs: node_version: 6.x after: - script: yarn coverage + displayName: 'Publish code coverage results (coveralls.io)' env: COVERALLS_SERVICE_NAME: $(COVERALLS_SERVICE_NAME) COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN)