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.
2 parents d1263e0 + 261b28d commit ad9a056Copy full SHA for ad9a056
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
uses: codecov/codecov-action@v4
126
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
127
with:
128
- # token: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
129
file: ${{ steps.coverage.outputs.report }}
130
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
131
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
0 commit comments