-
Notifications
You must be signed in to change notification settings - Fork 497
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
Code coverage metrics #2203
Comments
@ossf/scorecard-maintainers FYI... |
Based on our bi-weekly meeting (9/8/22) I am enabling the Code Coverage as a required check |
One thing I noticed, as part of #2195, is that tests outside the package aren't counted towards coverage. For example line 34 of It's possible to count cross package tests if that's something we'd want to try by adding |
Closing as Naveen got us up to 75%, and our codecov check looks for patch coverage around there so that we maintain it. |
The code coverage has been downward trending in these last six months.
https://app.codecov.io/gh/ossf/scorecard
It was at 58%, and now (8/27/2022) is around 42%.
My recommendation is to enforce coverage metrics to have higher levels of reliability. This is critical for NEW contributors as it gives them confidence in their patches.
The text was updated successfully, but these errors were encountered: