We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7afacd commit 49e54f7Copy full SHA for 49e54f7
.github/workflows/ci.yml
@@ -200,7 +200,7 @@ jobs:
200
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
201
with:
202
token: ${{ secrets.CODECOV_TOKEN }}
203
- file: ${{ steps.coverage.outputs.report }}
+ files: ${{ steps.coverage.outputs.report }}
204
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
205
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
206
name: codecov-umbrella
0 commit comments