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

(cherry picked from commit 3cc8434c5a)
This commit is contained in:
Evan Rusackas
2024-04-30 14:23:35 -06:00
committed by Michael S. Molina
parent aef6564e1e
commit 453f74780f

View File

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