ci: fix deprecated codecov argument

This commit is contained in:
Daniel Hofstetter
2024-11-16 08:37:52 +01:00
committed by GitHub
parent a7afacdc9f
commit 49e54f7f9a
+1 -1
View File
@@ -200,7 +200,7 @@ jobs:
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
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