Skip to content

Commit 1a8cb1c

Browse files
committed
Update test.yml
1 parent 5764c92 commit 1a8cb1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
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)