Skip to content

Commit b6652aa

Browse files
committed
ci: fix deprecated input for codecov-action
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent d2a866b commit b6652aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
name: Upload coverage
3434
uses: codecov/codecov-action@v5
3535
with:
36-
file: ./coverage/clover.xml
36+
files: ./coverage/clover.xml
3737
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)