Ver Fonte

add coverage token

Darien Raymond há 7 anos atrás
pai
commit
b40ae39d56
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      azure-pipelines.yml

+ 1 - 0
azure-pipelines.yml

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