Add CODECOV_TOKEN

remotes/KirillovDenis/feature/refactor-sig-rpc
Evgeniy Kulikov 2019-11-21 14:09:44 +03:00 committed by GitHub
parent 4efb4dafe8
commit ce667591e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -38,4 +38,6 @@ jobs:
run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash)