Closed
Description
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.