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
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Usually when you improve your coverage the CI will just pass but no indication of what the current coverage is. This leads that you either have to:
a) Check it manually and then bump the coverage.
b) Reduce the coverage to make it fail and show what coverage you have.
Describe the solution you'd like
Always display the current coverage percentage like what #44 suggested. Instead of only showing it when you don't have enough coverage.
Is your feature request related to a problem? Please describe.
Usually when you improve your coverage the CI will just pass but no indication of what the current coverage is. This leads that you either have to:
a) Check it manually and then bump the coverage.
b) Reduce the coverage to make it fail and show what coverage you have.
Describe the solution you'd like
Always display the current coverage percentage like what #44 suggested. Instead of only showing it when you don't have enough coverage.