mojohaus / cobertura-maven-plugin

Cobertura Maven Plugin
https://www.mojohaus.org/cobertura-maven-plugin/
25 stars 20 forks source link

Cobertura doesn't fail build when tests fail #4

Open krzyk opened 9 years ago

krzyk commented 9 years ago

When doing cobertura:check the build doesn't fail if any of the tests fails. This might result in wrong coverage data (e.g. when test throws exception prematurely).

cezarykluczynski commented 9 years ago

+1

jakub-bochenski commented 8 years ago

+1 especially with https://issues.apache.org/jira/browse/SUREFIRE-580 now resolved (cobertura doesn't support that switch either)

cjuliansanchez commented 8 years ago

+1