0

We have junit based tests (maven project) and using EclEmma for code coverage. Able to get jUnit execution report and code coverage report from Eclipse. But I want to exectue unit tests from commandline and would like to get unit tests report and code coverage report. Code coverage report should show uncovered lines as well.

I was going through website (http://www.eclemma.org) and unable to find expected info.

Is there any commands available with or W/O tools?

Godin
  • 9,801
  • 2
  • 39
  • 76
user907542
  • 39
  • 7

1 Answers1

0

EclEmma is based on JaCoCo. Among other integrations there are Maven plugin and Ant tasks for it. As you can see - all JaCoCo documentation can be found on the site of EclEmma that you mentioned.

Godin
  • 9,801
  • 2
  • 39
  • 76