Merge pull request #9 from nspcc-dev/codecov-token

Add CODECOV_TOKEN
This commit is contained in:
Evgeniy Kulikov 2019-11-21 14:48:06 +03:00 committed by GitHub
commit f013216e41
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)