mirror of
https://github.com/apache/superset.git
synced 2026-04-12 12:47:53 +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:
@@ -81,7 +81,7 @@ jobs:
|
||||
- name: Upload code coverage
|
||||
if: steps.check.outcome == 'failure'
|
||||
run: |
|
||||
bash <(curl -s https://codecov.io/bash) -c -F python -F presto
|
||||
bash .github/workflows/codecov.sh -c -F python -F presto
|
||||
|
||||
test-postgres-hive:
|
||||
if: github.event.pull_request.draft == false
|
||||
@@ -156,4 +156,4 @@ jobs:
|
||||
- name: Upload code coverage
|
||||
if: steps.check.outcome == 'failure'
|
||||
run: |
|
||||
bash <(curl -s https://codecov.io/bash) -c -F python -F hive
|
||||
bash .github/workflows/codecov.sh -c -F python -F hive
|
||||
|
||||
Reference in New Issue
Block a user