Explorar el Código

add coverage token

Darien Raymond hace 7 años
padre
commit
b40ae39d56
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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