-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Investigate why code coverage badge in README shows such a low number #5099
Comments
Yes, we see low code coverage due to a work-in-progress branch because there are a lot of indirect changes that significantly drops the codecov percentage. Possible solution:
|
But why are changes from unrelated branch showing up in the badge if the badge is supposed to explicitly track the |
@chirag-ghosh, This is showing correctly now because the latest commit has 95% code coverage. It will break again if you make some significant code changes in an unrelated branch. The primary purpose of this ticket is to investigate why codecov includes unrelated branch commits in the main. You can research more about it here. |
This seems to be resolved now, as the trends on https://app.codecov.io/gh/jaegertracing/jaeger look healthy. |
Badge
Codecov
Pull request
Meanwhile, in the pull requests
The text was updated successfully, but these errors were encountered: