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.
Asked
Active
Viewed 51 times
1 Answers
0
Try a plugin e.g. EclEmma
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