Skip to content

Commit 1e97fcc

Browse files
RFingAdamclaude
andcommitted
ci: codecov-action@v5 renamed input file -> files
Clears the "Unexpected input(s) 'file'" annotation from the v4->v5 bump. Codecov upload remains fail_ci_if_error: false (non-gating). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dc2795c commit 1e97fcc

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
@@ -49,7 +49,7 @@ jobs:
4949
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
5050
uses: codecov/codecov-action@v5
5151
with:
52-
file: ./coverage.xml
52+
files: ./coverage.xml
5353
flags: unittests
5454
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
5555
fail_ci_if_error: false

0 commit comments

Comments
 (0)