From b40ae39d5672bfbc07224c3401cef3c901ab5aa8 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 12 Nov 2018 23:03:21 +0100 Subject: [PATCH] add coverage token --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f9d6f4c2..aa3a881a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,7 @@ jobs: variables: GOPATH: '$(system.defaultWorkingDirectory)' + CODECOV_TOKEN: '$(coverage.token)' steps: - checkout: none