From 9da82871ae45491029a4b0436dd940b750cd4e5e Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 15 Mar 2022 13:46:34 +0100 Subject: [PATCH] attempt to fix codecov --- .github/workflows/ci.yml | 4 ++-- scripts/gen_github_workflow_ci.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfe4409..35db0f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,6 +173,6 @@ jobs: if: success() run: | find . -name '*.gc*' - cd .libs - bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy + curl -Os https://uploader.codecov.io/latest/linux/codecov + bash ./codecov diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 9f6f268..61c1070 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -86,8 +86,8 @@ foreach ($job as $id => $env) { if: success() run: | find . -name '*.gc*' - cd .libs - bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy + curl -Os https://uploader.codecov.io/latest/linux/codecov + bash ./codecov