From 303eb72268b626bcc5927ad5b8525787bc265dcb Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 10 Apr 2024 22:41: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 8ccc9b7..2253312 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,9 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v3.1.1 + - 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 c56b3a8323fa1c358abf8686a393c22f3e3d2492 Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 11 Apr 2024 12:30:38 +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 2253312..c32ed0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,5 +54,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