From: Michael Wallner Date: Thu, 20 Jan 2022 08:15:20 +0000 (+0100) Subject: typo X-Git-Tag: v0.1.0~18 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=a4d2afadfbd61d787548c9eb528cbbe4d0c6bb22;p=awesomized%2Fext-ion typo --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9702e99..c6be802 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,6 +144,6 @@ jobs: - name: Coverage if: success() run: | - cd src/.libs + cd .libs bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 62fa42b..ff4e890 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -57,7 +57,7 @@ foreach ($job as $id => $env) { - name: Coverage if: success() run: | - cd src/.libs + cd .libs bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy