From cd3986c92fe4f78634f9a81f37304f56b38ed3c0 Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 10 Apr 2024 22:33:02 +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 c69f4bd..c22965e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v3 + - 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 50d91b7b87ea360033c233bf875553e7e1fb9098 Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 11 Apr 2024 12:31:57 +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 c22965e..30cc928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,5 +52,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