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

Git Repo of the Grails Code Coverage plugin.

Results 15 grails-code-coverage issues
Sort by recently updated
recently updated
newest added

Hi, hope you are well! I think I'm facing an issue, I'm using grails 2.5.4, code-coverage:2.0.3-3 for measuring coverage but I'm not seeing the report generated correctly. I have a...

Hello, I just upgraded to Grails 2.4.4 and I keep getting this error: ``` Feb 16, 2015 9:36:57 PM net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler loadCoverageData SEVERE: Cobertura: Error reading from object stream. java.lang.ClassNotFoundException: net.sourceforge.cobertura.coveragedata.PackageData...

Hi there, I try to integrate Grails `2.4.5` application with `code-coverage` plugin. Adding plugin as: ``` test "org.grails.plugins:code-coverage:2.0.3-3" ``` seems to work when I run `grails test-app :unit -coverage`, although...

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...

We have split up our application into smaller plugins and most of our code is in those plugins. However grails-code-coverage doesn't seem to report on the plugin classes. Is this...

Issue was the difference between Grails versions. As I updated Grails version to 2.4.5, the error was gone.

The code coverage report doesn't seem to get generated when using the new forked execution introduced in Grails 2.3. To reproduce the issue (tried on both windows and linux): 1....

Good PullRequest

Added support for cobertura's net.sourceforge.cobertura.CoverageIgnore annotation, making it possible to ignore trivial methods erroneously flagging branch coverage of Grails/Groovy code.

Environment: code-coverage 2.0.3-3 Grails 2.4.4 Fork mode disabled in test I use database-migration files of name ``` _purpose.groovy e.g. 2015-01-01_justASample.groovy ``` This leads to coverage errors on all of those...

This is actually not an issue at all but I thought worthwhile to document here in case others land on this page in a web search. If you improperly designed...