1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00: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:
GOPATH: '$(system.defaultWorkingDirectory)'
CODECOV_TOKEN: '$(coverage.token)'
steps:
- checkout: none