Skip to content

Commit 37992f7

Browse files
authored
Update test.yml
1 parent 522f419 commit 37992f7

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
@@ -29,4 +29,5 @@ jobs:
2929
- name: Codecov
3030
uses: codecov/codecov-action@v5
3131
with:
32-
file: coverage/lcov.info
32+
files: coverage/lcov.info
33+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)