On Monday, July 2, 2012 3:06:49 PM UTC+2, Guru wrote: > > I too have the same requirement as mentioned in this post. I am able to > generate the server side coverage report after instrumenting the classes > and running the automated tests. > Any pointers on how to get the same report for client side code ? >
I suppose you can use EMMA when running in DevMode: https://developers.google.com/web-toolkit/doc/latest/DevGuideTestingCoverage (it at least works for GWTTestCases) There's also some ongoing work to (IIUC) add coverage in prod mode: https://groups.google.com/d/topic/google-web-toolkit-contributors/98YysnK4hWA/discussion -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/dVMjjMjMod8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
