Pass the CodeCov token from the secret to the action (#30219)

This commit is contained in:
Renaud Chaput 2024-05-10 10:00:02 +02:00 committed by GitHub
parent d8c4284723
commit 5a3062f723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: coverage/lcov/mastodon.lcov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
test-e2e:
name: End to End testing