Skip to content

Commit 2b8ac83

Browse files
committed
ci: fix deprecated input for codecov-action
Signed-off-by: CrazyMax <[email protected]>
1 parent e267f33 commit 2b8ac83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
name: Upload coverage
2828
uses: codecov/codecov-action@v5
2929
with:
30-
file: ./coverage/clover.xml
30+
files: ./coverage/clover.xml
3131
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)