From: Michael Wallner Date: Tue, 15 Mar 2022 12:58:19 +0000 (+0100) Subject: codecov: typo X-Git-Tag: v0.2.0~16 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=8113af6f2b3db65497e7adf6dd856ad926810200;p=awesomized%2Fext-ion codecov: typo --- 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