Hello, one hint: reports using the Maven plugin may report different coverages than the ones found in SonarQube because aggregation done by the tools is different. So if you have hard limits for a failing QA gate in SonarQube you may have discussions with developers.
Regards Mirko -- Sent from my mobile Am 15.02.2017 21:53 schrieb "Evgeny Mandrikov" <[email protected]>: > Hi, > > Please have a look at JaCoCo documentation at http://www.jacoco.org/ > jacoco/trunk/doc/ > SonarQube is not the only one that can generate/show reports - there are > Maven plugin, Ant tasks, etc > > On Wednesday, February 15, 2017 at 8:45:45 PM UTC+1, > [email protected] wrote: >> >> Hi, >> >> I have an environment having TC sever as application server where I have >> configured JaCoCo. It successfully generates JaCoCo.exec. Currently, I view >> this JaCoCo.exec report using SonarQube but the way I am following in >> SonarQube takes several Hrs to complete. When I run Sonar it first scans >> all source files and then runs code coverage report. May be I am doing >> something wrong and directly JaCoCo report can be viewed. Is it possible? >> Or is there any way to view this report faster and correctly? What things I >> should keep in mind when I am using this report generated at TC server in >> some other tool. >> >> Thanks! >> >> -- > You received this message because you are subscribed to the Google Groups > "JaCoCo and EclEmma Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jacoco/cf5d3c6b-e583-487c-a2fe-963fd2a33a17%40googlegroups.com > <https://groups.google.com/d/msgid/jacoco/cf5d3c6b-e583-487c-a2fe-963fd2a33a17%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/CAK8jvqxEgT50z%3D2ySbzDP%2B480fnkE3Gwutp%2B4EGd_v6cOpuwXg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
