I am having some problems with my coverage report. According to this question It seems to be the optimizations groovy branches.
The answer says that I should drop this jar in my lib directory and run "test-app -coverage". But it is still not working. I think its because I am using grails 2.3.x and groovy 2.x instead of groovy 1.8 (the solution is very old)
How do I use this jar? or the solution is diferent for new groovy compilers?
Some examples of my problem with the coverage report
and
I am using oracle java 7 build 24.51-b03 in linux