0

Is there a way to verify the coverage of jacoco in eclipse without run mvn test command? I'm using power mock, so Eclemma does not work in my case.

oitathi
  • 153
  • 2
  • 3
  • 17
  • Possible duplicate of [EclEmma, powermock and Java 7 issue](https://stackoverflow.com/questions/42571657/eclemma-powermock-and-java-7-issue) – Godin Oct 24 '19 at 21:22

1 Answers1

0

Try a plugin e.g. EclEmma

https://www.eclemma.org/

Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage. Rich coverage analysis: Coverage results are immediately summarized and highlighted in the Java source code editors. Non-invasive: EclEmma does not require modifying your projects or performing any other setup.

isak gilbert
  • 2,541
  • 1
  • 14
  • 11