Add CODECOV_TOKEN env

This commit is contained in:
John Molakvoæ 2020-02-28 11:19:14 +01:00 committed by GitHub
commit 03defe2acc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: