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
With coverageFailOnMinimum := true when the plugin encounters a metric that is failing, it prints just that metric and then halts.
However, if there are multiple metrics failing across the project, it requires multiple passes to be done to fix them all.
It is especially troublesome in big/large/huge projects with gazillions of tests to be run to gather all the results.
The text was updated successfully, but these errors were encountered:
With
coverageFailOnMinimum := true
when the plugin encounters a metric that is failing, it prints just that metric and then halts.However, if there are multiple metrics failing across the project, it requires multiple passes to be done to fix them all.
It is especially troublesome in big/large/huge projects with gazillions of tests to be run to gather all the results.
The text was updated successfully, but these errors were encountered: