ci: add CODECOV_TOKEN env variable (#1350)

This commit is contained in:
Max Baumann 2020-09-18 17:37:45 +02:00 committed by GitHub
parent ed7a5134be
commit 7c1b4880a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -46,3 +46,5 @@ jobs:
- run: npx jest --coverage --force-exit
- name: codecov
run: npx codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}