From e6c4d8289d5e134a20b92a6dc4a89ec65eb369cd Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Sun, 27 Jan 2019 06:20:10 +0000 Subject: [PATCH] Rename azure_coverage to publish_* --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 925f8f7..40def95 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ jobs: - template: eslint.yml@apt -- template: node-matrix-test.yml@apt +- template: node-test.yml@apt parameters: after: - script: yarn coverage @@ -24,4 +24,5 @@ jobs: COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN) GIT_BRANCH: $(Build.SourceBranch) GIT_COMMIT_SHA: $(Build.SourceVersion) - azure_coverage: True + publish_test_results_to_pipelines: True + publish_code_coverage_to_pipelines: True