Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Codecov v3 upload failing #276

Closed
2 tasks
BradyPlanden opened this issue Apr 8, 2024 · 1 comment · Fixed by #275
Closed
2 tasks

[Bug]: Codecov v3 upload failing #276

BradyPlanden opened this issue Apr 8, 2024 · 1 comment · Fixed by #275
Labels
bug Something isn't working

Comments

@BradyPlanden
Copy link
Member

Python Version

N/a

Describe the bug

Currently, codecov upload is failing for our repo and a few others: codecov/codecov-action#1359

It looks like might be a bandwidth issue. However, I don't beloeve we shouldn't be caught in this as we use a codecov upload token. A few things to debug:

  • bump codecov from v3 to v4
  • Regenerate token

Steps to reproduce the behaviour

Open PR

Relevant log output

No response

@BradyPlanden BradyPlanden added the bug Something isn't working label Apr 8, 2024
@BradyPlanden BradyPlanden linked a pull request Apr 8, 2024 that will close this issue
14 tasks
@BradyPlanden
Copy link
Member Author

The root problem with this bug was a typo in the secret. This cause the token to not be used by the uploaded, defaulting to non-token uploading. This has now fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant