Add CODECOV_TOKEN env

This commit is contained in:
John Molakvoæ 2020-02-28 11:35:52 +01:00 committed by GitHub
parent e18a849e94
commit e32b0ab41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ jobs:
- name: Upload coverage
working-directory: apps/${{ env.APP_NAME }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash)
mysql: