1

I want to check my test coverage of GWT codes using EclEmma, when i run coverage it always shows zero percentage of coverage in report. Can any one help me out.. Below is the image of coverage report, it show i didn't cover any instructions, enter image description here

thanks anyway..

Dipak
  • 6,532
  • 8
  • 63
  • 87

2 Answers2

2

Are you using PowerMock?

See this issue.

Chadi
  • 737
  • 1
  • 6
  • 21
1

Ensure the EclEmma global filters are correct.

On Preferences, Java, Code Coverage it should show Includes: * and nothing in Excludes:

Pool
  • 11,999
  • 14
  • 68
  • 78