ci: fix deprecated codecov argument
This commit is contained in:
parent
95f44ebeaa
commit
dcded920d2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -126,7 +126,7 @@ jobs:
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ${{ steps.coverage.outputs.report }}
|
||||
files: ${{ steps.coverage.outputs.report }}
|
||||
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
|
||||
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
|
||||
name: codecov-umbrella
|
||||
|
Loading…
x
Reference in New Issue
Block a user