Skip to content

Commit 40162ae

Browse files
committed
ci: fix deprecated input for codecov-action
1 parent 2419f2c commit 40162ae

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
@@ -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)