fix(ci): adding codecov token (#28277)

This commit is contained in:
Evan Rusackas 2024-04-30 14:23:35 -06:00 committed by GitHub
parent c641bbfb9e
commit 3cc8434c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -82,3 +82,5 @@ jobs:
if: steps.check.outputs.frontend
working-directory: ./superset-frontend
run: ../.github/workflows/codecov.sh -c -F javascript
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}