fix(ci): adding codecov token (#28277)
This commit is contained in:
parent
c641bbfb9e
commit
3cc8434c5a
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue