asleson
asleson
@msdark See my comments in issue #11 .
The `test` task runs ok, ignoring the fact that there are failing tests: ``` 1911 tests completed, 1142 failed, 4 skipped :test FAILED :generateCoberturaReport SKIPPED :performCoverageCheck SKIPPED FAILURE: Build failed...
The `cobertura` block looks like this: ``` cobertura { coverageFormats = ["xml", "html"] } ``` When I run `gradle dependencies` I get this output for Cobertura: ``` cobertura \--- net.sourceforge.cobertura:cobertura:2.1.1...