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 be9ee14 commit 3c406b8Copy full SHA for 3c406b8
.github/workflows/CICD.yml
@@ -1119,7 +1119,7 @@ jobs:
1119
uses: codecov/codecov-action@v5
1120
with:
1121
token: ${{ secrets.CODECOV_TOKEN }}
1122
- file: ${{ steps.run_test_cov.outputs.report }}
+ files: ${{ steps.run_test_cov.outputs.report }}
1123
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
1124
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
1125
name: codecov-umbrella
0 commit comments