From c1da03930afc8a2a964de9ff7bbc4238e9b9d218 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 15 Mar 2022 13:50:00 +0100 Subject: [PATCH] attempt to fix codecov --- .github/workflows/ci.yml | 3 ++- scripts/gen_github_workflow_ci.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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