-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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
[Hotfix] Fix coverage tooling #2771
Conversation
I hate that this is size/l |
As mentioned in the original issue, we could just install Codecov. Easier to configure and doesn't require the same extensive permissions. |
Someone with full repo control would need to set that up and I’m not sure if it’s free |
CodeCov appears to be free for OSS projects. We do need to fix the CI @Pwuts are you happy for this to be merged and we can check out codecov at a later date? |
If I get perms to add code cov, I’d love to. Otherwise I’d just like to get this working |
merged, better to fix CI now rather than wait for an unknown amount of time for a better solution. |
Background
Minor issue with CI failing due to push events trying to upload coverage
Changes
Documentation
Test Plan
PR Quality Checklist