Parcourir la source

add coverage token

Darien Raymond il y a 7 ans
Parent
commit
b40ae39d56
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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