Skip to content

Commit 3f9befc

Browse files
committed
Add token and rename file input
1 parent 80c9802 commit 3f9befc

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)