From feb6f856c8511c1992766ce1327413e8ae4f1ebc Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 11 Apr 2024 02:17:47 +0900 Subject: [PATCH] ci: updated codecov run name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20a4ffc87..4ab2a8561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - uses: codecov/codecov-action@v4 if: success() with: - name: ${{ runner.os }} node.js ${{ matrix.node-version }} + name: ${{ runner.os }} node.js ${{ matrix.node-version }} (darwin) token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false @@ -87,6 +87,6 @@ jobs: - uses: codecov/codecov-action@v4 if: success() with: - name: ${{ runner.os }} node.js ${{ matrix.node-version }} + name: ${{ runner.os }} node.js ${{ matrix.node-version }} (non-darwin) token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false