1

I am looking for a code coverage tool, which helps me find coverage of selected packages in my workspace. Solution pertaining to CI or Eclipse is welcome. I am aware that, I can manually calculate based off the numbers I get from code coverage tools in eclipse. But I am reluctant to do so and want to rely on automatically computed code coverage.

Please help.

rl99
  • 501
  • 2
  • 5
  • 13

1 Answers1

0

You could try the google CodePro,

Reference : https://developers.google.com/java-dev-tools/codepro/doc/features/codecoverage/code_coverage

Tech Mahesh
  • 392
  • 1
  • 3
  • 14