1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-18 07:17:32 -05:00

add coverage token

This commit is contained in:
Darien Raymond 2018-11-12 23:03:21 +01:00
parent d1deebb6a9
commit b40ae39d56
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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