Skip to content

Commit 3a18e6b

Browse files
authored
Update test.yml
1 parent d4afb39 commit 3a18e6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Coverage
2222
run: npm run coverage
2323
- name: Codecov
24-
uses: codecov/codecov-action@v4
24+
uses: codecov/codecov-action@v5
2525
with:
26-
file: coverage/lcov.info
26+
files: coverage/lcov.info
27+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)