From: Michael Wallner Date: Mon, 2 May 2022 11:04:36 +0000 (+0200) Subject: ci: attempt to fix codecov X-Git-Tag: v0.2.0~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=84f63fc535ad72f54736869627761dca87ce9c29;hp=ab79bbfb1d04ffb6c82d3489ca585fac65d7c778;p=awesomized%2Fext-ion ci: attempt to fix codecov --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11eea98..b427b4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,6 +178,7 @@ jobs: if: success() run: | find . -name '*.gc*' + cd .libs curl -Os https://uploader.codecov.io/latest/linux/codecov chmod +x codecov ./codecov diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 9d58d95..6ae9e45 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -88,6 +88,7 @@ foreach ($job as $id => $env) { if: success() run: | find . -name '*.gc*' + cd .libs curl -Os https://uploader.codecov.io/latest/linux/codecov chmod +x codecov ./codecov