add codecov token

This commit is contained in:
lynn [they] 2019-12-12 23:03:40 -08:00 committed by GitHub
parent 39ba647fbb
commit 2eb5b30151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,5 +61,5 @@ jobs:
- name: Send Coverage Report
if: success() && matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: fa7ff1caed3c43c68ae994495a6469d8
run: bash <(curl -s https://codecov.io/bash)