Skip to content

Commit

Permalink
ci: update codecov w/ name and run on success (#274)
Browse files Browse the repository at this point in the history
* ci: update codecov w/ name and run on success
* ci: rename token to CORDOVA_CODECOV_TOKEN
  • Loading branch information
erisu committed Apr 13, 2024
1 parent ed83d39 commit 8452f51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8452f51

Please sign in to comment.