From 1bccbb65daf9b43bdb417688aaf7bf7d9aafbcf9 Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 10 Apr 2024 22:37:30 +0900 Subject: [PATCH 1/2] ci: update codecov@v4 w/ token --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de48e0fee..3289102bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,9 @@ jobs: env: CI: true - - name: upload coverage + - uses: codecov/codecov-action@v4 if: success() - uses: codecov/codecov-action@v3 with: name: ${{ runner.os }} node.js ${{ matrix.node-version }} + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: false From b05df345d59bac143d657af9b124fab58efc3f6c Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 11 Apr 2024 12:33:15 +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 3289102bc..1a5188923 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