Skip to content

Commit

Permalink
ci: updated codecov run name
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 10, 2024
1 parent 6f9abdc commit feb6f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit feb6f85

Please sign in to comment.