Re: [java code coverage] Re: can i run jacoco against multiple microservices deployed as docker container in kubernetes cluster

2018-03-13 Thread Evgeny Mandrikov
Start by reading documentation http://www.jacoco.org/jacoco/trunk/doc/
where you can learn among other things
that JaCoCo is independent from testing framework (no matter JUnit or 
TestNG or whatever else)
how to collect data using agent - 
http://www.jacoco.org/jacoco/trunk/doc/agent.html
and how to generate report using command line interface - 
http://www.jacoco.org/jacoco/trunk/doc/cli.html

We are not developing SonarQube integration, so you'd better seek help in 
its community - https://www.sonarqube.org/community/
There is even paid support - see bottom 
of https://www.sonarsource.com/plans-and-pricing/community/
And similarly why not start from reading its documentation - 
https://docs.sonarqube.org/display/SONAR


On Tuesday, March 13, 2018 at 5:30:01 AM UTC+1, Vishal Vishwakarma wrote:
>
> Hi Evgeny,
>
> Actually, i have testNG xml's not junit  as E2E scenario tests ,for Unit 
> test our development team is creating jacoco report in there individual 
> MS(Docker).
> I want to gather all the reports and reflect it in sonar dashboard.
>
> can you help me or provide some links you have to achieve this??
>
> Thanks & regards
>
>
> On Tue, Mar 13, 2018 at 8:22 AM, Evgeny Mandrikov  
> wrote:
>
>> yes you can
>>
>> On Monday, March 12, 2018 at 3:09:33 PM UTC+1, Vishal Vishwakarma wrote:
>>>
>>> can i run jacoco against multiple microservices deployed as docker 
>>> container in kubernetes cluster
>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "JaCoCo and EclEmma Users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/jacoco/U1bUyqSqesk/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> jacoco+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jacoco/06937ed9-e08c-4166-b054-3858d078a4fe%40googlegroups.com
>>  
>> 
>> .
>>
>> 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 jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/b902750e-8e09-46f7-903e-5925a312f81c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [java code coverage] Re: can i run jacoco against multiple microservices deployed as docker container in kubernetes cluster

2018-03-12 Thread Vishal Vishwakarma
Hi Evgeny,

Actually, i have testNG xml's not junit  as E2E scenario tests ,for Unit
test our development team is creating jacoco report in there individual
MS(Docker).
I want to gather all the reports and reflect it in sonar dashboard.

can you help me or provide some links you have to achieve this??

Thanks & regards


On Tue, Mar 13, 2018 at 8:22 AM, Evgeny Mandrikov 
wrote:

> yes you can
>
> On Monday, March 12, 2018 at 3:09:33 PM UTC+1, Vishal Vishwakarma wrote:
>>
>> can i run jacoco against multiple microservices deployed as docker
>> container in kubernetes cluster
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "JaCoCo and EclEmma Users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/jacoco/U1bUyqSqesk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jacoco+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jacoco/06937ed9-e08c-4166-b054-3858d078a4fe%40googlegroups.com
> 
> .
>
> 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 jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/CA%2BRvs4ZhG%3DAh2SkjjSkZNn3ggQiPGW%3DoXe1dERaZauCEoa7_EA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.