Skip to content

Commit c390d4e

Browse files
Bump codecov/codecov-action from 3 to 5 (#14)
Category: none
1 parent 4b555c6 commit c390d4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
- name: Coverage
2424
run: npm run coverage
2525
- name: Codecov
26-
uses: codecov/codecov-action@v3
26+
uses: codecov/codecov-action@v5
2727
with:
28-
file: coverage/lcov.info
28+
files: coverage/lcov.info
29+
token: ${{ secrets.CODECOV_TOKEN }}
2930
browsers:
3031
name: Browsers
3132
if: ${{ github.actor != 'dependabot[bot]' }}

0 commit comments

Comments
 (0)