Skip to content

Commit

Permalink
Merge pull request #55 from oSoMoN/use-codecov-token
Browse files Browse the repository at this point in the history
Use the private Codecov token stored as a secret,
  • Loading branch information
sylvestre authored Apr 16, 2024
2 parents 1b311c6 + 7f7821f commit 4edaee1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ jobs:
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
- name: Upload coverage results (to Codecov.io)
uses: codecov/codecov-action@v3
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
with:
# token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
file: ${{ steps.coverage.outputs.report }}
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
Expand Down

0 comments on commit 4edaee1

Please sign in to comment.