Use codecov token in github action (#1903)

This commit is contained in:
Jonathan Zernik 2021-12-27 17:19:34 -08:00 committed by GitHub
parent d2e61a02f4
commit ff3402a802
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,8 @@ jobs:
-
name: Coverage
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
-
name: Docker meta
id: docker_meta