Currently, our tests are the longest-running part of our Maven lifecycle and we'd like to have Cobertura fail if a test case fails so that Surefire isn't needed.
Is it possible to have Cobertura fail when a test fails? Normally, it only fails if one of its conditions aren't met (e.g., line coverage). Would there be any ramifications, or is this a sane idea?
