From 8452f519a0f327f1b8a92c313d150c72d509b7ed 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:16:54 +0900 Subject: [PATCH] ci: update codecov w/ name and run on success (#274) * ci: update codecov w/ name and run on success * ci: rename token to CORDOVA_CODECOV_TOKEN --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac149d1e..a4346298 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,8 @@ jobs: CI: true - uses: codecov/codecov-action@v4 + if: success() with: - token: ${{ secrets.CODECOV_TOKEN }} + name: ${{ runner.os }} node.js ${{ matrix.node-version }} + token: ${{ secrets.CORDOVA_CODECOV_TOKEN }} fail_ci_if_error: false