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.