Browse Source

add coverage token

Darien Raymond 7 years ago
parent
commit
b40ae39d56
1 changed files with 1 additions and 0 deletions
  1. 1 0
      azure-pipelines.yml

+ 1 - 0
azure-pipelines.yml

@@ -23,6 +23,7 @@ jobs:
 
 
   variables:
   variables:
     GOPATH: '$(system.defaultWorkingDirectory)'
     GOPATH: '$(system.defaultWorkingDirectory)'
+    CODECOV_TOKEN: '$(coverage.token)'
 
 
   steps:
   steps:
   - checkout: none
   - checkout: none