From 59d9f0dc111756d4667554c57815d83f63b12863 Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 10 Apr 2024 22:43:47 +0900 Subject: [PATCH 1/2] ci: update codecov@v4 w/ token --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 372f0383..73f60923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 + if: success() with: - fail_ci_if_error: true + name: ${{ runner.os }} node.js ${{ matrix.node-version }} + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: false From 54f20ef7bb43f2ee36f1c325d40cd03463d75434 Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 11 Apr 2024 12:33:49 +0900 Subject: [PATCH 2/2] ci: rename token to CORDOVA_CODECOV_TOKEN --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f60923..2cebb7a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,5 +50,5 @@ jobs: if: success() with: name: ${{ runner.os }} node.js ${{ matrix.node-version }} - token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CORDOVA_CODECOV_TOKEN }} fail_ci_if_error: false