Skip to content

Commit 975c431

Browse files
authored
Update test.yml
1 parent 836ef66 commit 975c431

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,4 +25,5 @@ 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 }}

0 commit comments

Comments
 (0)