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

Experiment: Set codecov upload token #9022

Closed
wants to merge 1 commit into from
Closed

Conversation

oskirby
Copy link
Collaborator

@oskirby oskirby commented Jan 25, 2024

Description

In doing a bit of investigation on code coverage tooling, I took another look at what's going on with codecov, and it seems that we are missing upload data quite often due to rate limiting of the github API. It seems that there is a known workaround for this simply by setting a codecov upload token.

So, let's find out what happens when we set it.

Reference

Codecov issue

Checklist

  • My code follows the style guidelines for this project
  • I have not added any packages that contain high risk or unknown licenses (GPL, LGPL, MPL, etc. consult with DevOps if in question)
  • I have performed a self review of my own code
  • I have commented my code PARTICULARLY in hard to understand areas
  • I have added thorough tests where needed

@oskirby
Copy link
Collaborator Author

oskirby commented Jan 25, 2024

Well, the 404 errors went away, but the coverage report still fails to produce a meaningful diff.

@oskirby oskirby closed this Jan 25, 2024
@oskirby oskirby deleted the codecov-with-token branch January 25, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant