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