Alexander Suraphel

Results 8 comments of Alexander Suraphel

@baole Thanks for the PR. Run into the same issue. How are you working around it at the moment? Thanks!

@hendraanggrian thanks for the library. I think it's best to work backwards from the latest version. We had to move away from your library because another library required the latest...

Thanks @jacobmischka. Should have read till the end!

@beckje01 It's just one app with a few plugins. Did you mean we should put the grails-code-coverage plugin inside all plugin's BuildConfig.groovy?

@beckje01 I tried doing: ``` coverage { sourceInclusions = ['../inline-plugin-name/grails-app/services'] } ``` However, the service classes inside that plugin are not showing on the coverage report. Am I missing something?

@beckje01 Superficially going through the code I see that classes are instrumented from classDir and the plugin's class files are inside work/plugin-classes. I think source inclusions feature will not work....