Skip to content

Commit 49e54f7

Browse files
authored
ci: fix deprecated codecov argument
1 parent a7afacd commit 49e54f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
201201
with:
202202
token: ${{ secrets.CODECOV_TOKEN }}
203-
file: ${{ steps.coverage.outputs.report }}
203+
files: ${{ steps.coverage.outputs.report }}
204204
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
205205
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
206206
name: codecov-umbrella

0 commit comments

Comments
 (0)