-
Notifications
You must be signed in to change notification settings - Fork 215
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
Enforce keeping coverage minimums up-to-date in Code Coverage CI workflow #1417
Comments
thnkslprpt
added a commit
to thnkslprpt/osal
that referenced
this issue
Sep 23, 2023
2 tasks
thnkslprpt
added a commit
to thnkslprpt/osal
that referenced
this issue
Mar 23, 2024
thnkslprpt
added a commit
to thnkslprpt/osal
that referenced
this issue
Aug 8, 2024
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Code coverage minimums seem to go out-of-date quite often.
When these values aren't updated, the code coverage workflow will pass and it's likely that no alert will occur if a new PR reduces test coverage.
Describe the solution you'd like
Fail the code coverage workflow if a PR improves coverage but hasn't updated (lowered) the missed functions/lines/branches variables in the workflow file.
Describe alternatives you've considered
Leave as-is and check periodically that these minimum coverage variables are still up-to-date.
Requester Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: