Skip to content

Commit eb1e0e4

Browse files
authored
Update test.yml
1 parent 1468190 commit eb1e0e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Codecov
2626
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)