You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Code coverage minimums seem to go out-of-date quite often - like right now, where the missed-lines minimum is higher than necessary.
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.
Is your feature request related to a problem? Please describe.
Code coverage minimums seem to go out-of-date quite often - like right now, where the missed-lines minimum is higher than necessary.
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.
Similar to OSAL:
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: