Skip to content

Commit 1e0022f

Browse files
author
github-actions
committed
fix: Use correct parameter name 'files' for codecov-action@v5
Change 'file' to 'files' (plural) as required by codecov-action@v5 to fix the 'Unexpected input' warning.
1 parent dafa648 commit 1e0022f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: codecov/codecov-action@v5
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
71-
file: ./coverage.xml
71+
files: ./coverage.xml
7272
flags: unittests
7373
name: codecov-umbrella
7474
fail_ci_if_error: false

0 commit comments

Comments
 (0)