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

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 }}