From 84f63fc535ad72f54736869627761dca87ce9c29 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 2 May 2022 13:04:36 +0200 Subject: [PATCH 1/1] ci: attempt to fix codecov --- .github/workflows/ci.yml | 1 + scripts/gen_github_workflow_ci.php | 1 + 2 files changed, 2 insertions(+) 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 -- 2.30.2