grails-code-coverage icon indicating copy to clipboard operation
grails-code-coverage copied to clipboard

Plugin generates no test data for Spock specs + Grails 2.4.4

Open felipecao opened this issue 10 years ago • 0 comments

Hi, I have a project using Grails-2.4.4 where all tests are written using Spock, and, currently, if we run "clean" "test-app unit: -echoOut -echoErr -coverage -xml" on Jenkins, unit specs run fine but no test coverage data is generated.

I mean, the target/test-reports/cobertura folder is there, but there's no information about code coverage in the generated HTML files. Is this a known issue? Am I doing anything wrong here? Is there a workaround?

Thanks a lot!

felipecao avatar Oct 01 '15 14:10 felipecao