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 1b311c6 commit 7f7821fCopy full SHA for 7f7821f
.github/workflows/ci.yml
@@ -143,9 +143,8 @@ jobs:
143
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
144
- name: Upload coverage results (to Codecov.io)
145
uses: codecov/codecov-action@v3
146
- # if: steps.vars.outputs.HAS_CODECOV_TOKEN
147
with:
148
- # token: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
149
file: ${{ steps.coverage.outputs.report }}
150
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
151
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
0 commit comments