mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +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:
7
.github/workflows/bashlib.sh
vendored
7
.github/workflows/bashlib.sh
vendored
@@ -131,12 +131,7 @@ testdata() {
|
||||
|
||||
codecov() {
|
||||
say "::group::Upload code coverage"
|
||||
local codecovScript="${HOME}/codecov.sh"
|
||||
# download bash script if needed
|
||||
if [[ ! -f "$codecovScript" ]]; then
|
||||
curl -s https://codecov.io/bash >"$codecovScript"
|
||||
fi
|
||||
bash "$codecovScript" "$@"
|
||||
bash ".github/workflows/codecov.sh" "$@"
|
||||
say "::endgroup::"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user