Community
Participate
Working Groups
It would be helpful if Tycho builds and Hudson showed unit test coverage. Dave, is this easy to do?
(In reply to comment #0) > It would be helpful if Tycho builds and Hudson showed unit test coverage. > Dave, is this easy to do? Take a look at the the Minerva project, on GitHub, there is a sample on how to use ECLEmma to do this. Also take a look at the following page: https://docs.sonatype.org/display/TYCHO/How+to+integrate+EMMA+(code+coverage)+with+Tycho There are some people that have gotten Jaco to run with tycho as well. I'm working on a profle that will enbable Cobertura to be used, but it's not ready yet (work stuff keeps getting in the way). I have used the ECLEmma process with Turmeric and it works. Be warned though that EMMA can cause some tests that normally pass to fail. Thus why I'm looking at alternatives.
We have sonar setup now https://dev.eclipse.org/sonar/dashboard/index/org.eclipse.linuxtools:linuxtools-parent and it shows way more valuable information (incl code coverage). Closing.