From: Michael Wallner Date: Mon, 2 May 2022 12:00:12 +0000 (+0200) Subject: ci: attempt to fix codecov (the old way) X-Git-Tag: v0.2.0~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=d901f111e3cef4889b8f45968b8e053b9d79dd8f;p=awesomized%2Fext-ion ci: attempt to fix codecov (the old way) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b427b4d..3f19163 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,5 @@ jobs: run: | find . -name '*.gc*' cd .libs - curl -Os https://uploader.codecov.io/latest/linux/codecov - chmod +x codecov - ./codecov + bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 6ae9e45..7fca971 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -89,9 +89,7 @@ foreach ($job as $id => $env) { run: | find . -name '*.gc*' cd .libs - curl -Os https://uploader.codecov.io/latest/linux/codecov - chmod +x codecov - ./codecov + bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy