From: Michael Wallner Date: Tue, 15 Mar 2022 12:50:00 +0000 (+0100) Subject: attempt to fix codecov X-Git-Tag: v0.2.0~17 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=c1da03930afc8a2a964de9ff7bbc4238e9b9d218;p=awesomized%2Fext-ion attempt to fix codecov --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35db0f3..29bde28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,5 +174,6 @@ jobs: run: | find . -name '*.gc*' curl -Os https://uploader.codecov.io/latest/linux/codecov - bash ./codecov + chomd +x codecov + ./codecov diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 61c1070..b83757b 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -87,7 +87,8 @@ foreach ($job as $id => $env) { run: | find . -name '*.gc*' curl -Os https://uploader.codecov.io/latest/linux/codecov - bash ./codecov + chomd +x codecov + ./codecov