You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that codecov fails CI, some rate limiting that was occurring before is now a blocker for some PRs. Adding a token to a public repo, though not required, helps with these rate limits.
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
I'm leaning towards reverting, as the token isn't a perfect fix. The goal was to surface typos in codecov uploads, but seems to be doing more harm than good
Now that codecov fails CI, some rate limiting that was occurring before is now a blocker for some PRs. Adding a token to a public repo, though not required, helps with these rate limits.
See codecov/codecov-action#557 (comment) and comments more details.
The other alternative is reverting #2415
The text was updated successfully, but these errors were encountered: