We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756cf27 commit a379f1bCopy full SHA for a379f1b
.github/workflows/ci.yml
@@ -114,7 +114,7 @@ jobs:
114
uses: codecov/codecov-action@v5
115
with:
116
token: ${{ secrets.CODECOV_TOKEN }}
117
- file: ${{ steps.coverage.outputs.report }}
+ files: ${{ steps.coverage.outputs.report }}
118
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
119
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
120
name: codecov-umbrella
0 commit comments