Skip to content

Commit b2b4eb9

Browse files
authored
Merge pull request #7960 from cakebaker/ci_fix_unexpected_input_warning
ci: fix `unexpected input 'file'` warning in coverage job
2 parents be9ee14 + 3c406b8 commit b2b4eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ jobs:
11191119
uses: codecov/codecov-action@v5
11201120
with:
11211121
token: ${{ secrets.CODECOV_TOKEN }}
1122-
file: ${{ steps.run_test_cov.outputs.report }}
1122+
files: ${{ steps.run_test_cov.outputs.report }}
11231123
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
11241124
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
11251125
name: codecov-umbrella

0 commit comments

Comments
 (0)