Skip to content

Commit 5158ec5

Browse files
authored
ci: update codecov@v4 w/ token (#142)
1 parent e594cd4 commit 5158ec5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: .github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
env:
4747
CI: true
4848

49-
- uses: codecov/codecov-action@v1
49+
- uses: codecov/codecov-action@v4
50+
if: success()
5051
with:
51-
fail_ci_if_error: true
52+
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
53+
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
54+
fail_ci_if_error: false

0 commit comments

Comments
 (0)