Skip to content

Commit

Permalink
Merge pull request #64 from cakebaker/ci_use_codecov_token
Browse files Browse the repository at this point in the history
ci: use codecov token
  • Loading branch information
sylvestre authored Mar 24, 2024
2 parents d1263e0 + 261b28d commit ad9a056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: codecov/codecov-action@v4
# 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 ad9a056

Please sign in to comment.