mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: Switching to local codecov script (#14170)
* Switching to local codecov script * Adding license / update instructions * Fixing FE build * Fixing FE codecov test
This commit is contained in:
3
.github/workflows/superset-frontend.yml
vendored
3
.github/workflows/superset-frontend.yml
vendored
@@ -44,5 +44,4 @@ jobs:
|
||||
- name: Upload code coverage
|
||||
if: steps.check.outcome == 'failure'
|
||||
working-directory: ./superset-frontend
|
||||
run: |
|
||||
bash <(curl -s https://codecov.io/bash) -c -F javascript
|
||||
run: ../.github/workflows/codecov.sh -c -F javascript
|
||||
|
||||
Reference in New Issue
Block a user