From 8113af6f2b3db65497e7adf6dd856ad926810200 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 15 Mar 2022 13:58:19 +0100 Subject: [PATCH] codecov: typo --- .github/workflows/ci.yml | 2 +- scripts/gen_github_workflow_ci.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29bde28..381bef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,6 +174,6 @@ jobs: run: | find . -name '*.gc*' curl -Os https://uploader.codecov.io/latest/linux/codecov - chomd +x codecov + chmod +x codecov ./codecov diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index b83757b..019b283 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -87,7 +87,7 @@ foreach ($job as $id => $env) { run: | find . -name '*.gc*' curl -Os https://uploader.codecov.io/latest/linux/codecov - chomd +x codecov + chmod +x codecov ./codecov -- 2.30.2