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

Use codecov.io to track code coverage #183

Open
roypat opened this issue Oct 23, 2024 · 0 comments
Open

Use codecov.io to track code coverage #183

roypat opened this issue Oct 23, 2024 · 0 comments

Comments

@roypat
Copy link
Collaborator

roypat commented Oct 23, 2024

Currently, we track code coverage targets using a coverage file in the repository root, which needs to be manually updated every time code coverage changes (both improvements and reductions). This issue aims to start a discussion around stopping to do that, and instead use codecov.io to track our coverage for us. We've been using it over at Firecracker for about a year now.

Pros:

Cons:

  • No more CI blocking if coverage is lowered by a PR (although realistically in the past we always just "overrode" those anyway by updating the file, so not sure if this will really be much of a change)
@roypat roypat transferred this issue from rust-vmm/rust-vmm-ci Nov 25, 2024
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

No branches or pull requests

1 participant