From 97806db463b548bd6874270909dc5c43697e1d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Sat, 13 Apr 2024 18:31:55 +0900 Subject: [PATCH] ci: update codecov@v4 w/ token (#1703) --- .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 f3320fc8..281635bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,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.CORDOVA_CODECOV_TOKEN }} + fail_ci_if_error: false