Skip to content

Commit 3c406b8

Browse files
committed
ci: fix "unexpected input 'file'" warning
in code coverage job
1 parent be9ee14 commit 3c406b8

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)