Skip to content

Commit

Permalink
fix: Switching to local codecov script (#14170)
Browse files Browse the repository at this point in the history
* Switching to local codecov script

* Adding license / update instructions

* Fixing FE build

* Fixing FE codecov test
  • Loading branch information
craig-rueda authored Apr 16, 2021
1 parent a3e3023 commit 8db7be1
Show file tree
Hide file tree
Showing 5 changed files with 1,910 additions and 13 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/bashlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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::"
}

Expand Down
Loading

0 comments on commit 8db7be1

Please sign in to comment.