Add CODECOV_TOKEN

This commit is contained in:
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

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)