Open imdurgadas opened 6 years ago
memo: it could be nice to support this request by adding a verification type task like:
https://docs.gradle.org/current/dsl/org.gradle.testing.jacoco.tasks.JacocoCoverageVerification.html
I would like to request for the same feature
It would be great if findbugs could provide a way to fail the build only if there are high priority bugs, but want all bug instances (high, medium, low) to be listed in the xml report generated by fingBugs. There is reportLevel attribute in findBugs plugin, but if I set it to “high” and ignoreFailure to false it does fail the build on high priority bug but it does not report the medium and low priority bugs in xml report at all.
I want the build to fail only on high priority bugs but should report all bugs in report xml.