havapa / testability-explorer

Automatically exported from code.google.com/p/testability-explorer
Apache License 2.0
0 stars 0 forks source link

It would be nice to allow both testability check and testability report #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I might like to run testability with a "check" goal that takes the result
and fails the build if certain criteria are not met in the testability
results xml file.

Also, I might just want to create a report and not fail the build. 

Therefore, I think it might be nice to have a couple of goals "mojos" to
allow for this type of thing.

See the maven cobertura or pmd plugins for an example.

Original issue reported on code.google.com by jasoncha...@gmail.com on 7 Mar 2009 at 10:18

GoogleCodeExporter commented 8 years ago

Original comment by aeagle22206 on 19 Mar 2009 at 4:39

GoogleCodeExporter commented 8 years ago
Here's another plugin that has this feature:
- check goal does the good/bad check.
- checkstyle goal generates report.

http://maven.apache.org/plugins/maven-checkstyle-plugin/plugin-info.html

Original comment by tj.rothw...@gmail.com on 14 Jan 2011 at 7:15