Skip to content

Commit d5f718e

Browse files
authored
Update test.yml
1 parent c519ab6 commit d5f718e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Codecov
2424
uses: codecov/codecov-action@v5
2525
with:
26-
file: coverage/lcov.info
26+
files: coverage/lcov.info
27+
token: ${{ secrets.CODECOV_TOKEN }}
2728
browsers:
2829
name: Browsers
2930
if: ${{ github.actor != 'dependabot[bot]' }}

0 commit comments

Comments
 (0)