Skip to content

Commit 442980b

Browse files
committed
ci: fix deprecated codecov input
1 parent b1776b0 commit 442980b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)