[java code coverage] Re: Jacoco report-aggregate analyzing bundle

2021-12-23 Thread Wesley Wexell
Just wanted to say thank you to Landmast0rz.  Nothing else online helped, 
but this solved our problem.   We didn't need the failOnWarning setting, 
but we did need to remove the test
Specifically, the integration test module had the app module as a test 
dependency.  Once I removed that scope the aggregation started working.   
Still really confused about WHY that worked, but it worked.

Our project structure
app-parent
|- app
|- app-test
|- app-deployer



On Wednesday, March 10, 2021 at 12:23:09 PM UTC-6 Landmast0rz wrote:

> The team I work with worked it out in the end. For those finding this 
> message from a web search, we ended up solving our problem by removing a 
> test on a module and putting false on 
> maven-dependency-plugin  param.
>
> On Tuesday, March 9, 2021 at 10:02:11 a.m. UTC-5 Landmast0rz wrote:
>
>> I should also mention the index.html file shows 0 coverage but the 
>> session page shows my exec files and (it seems like) all my classes so I'm 
>> really stumped
>>
>> On Tuesday, March 9, 2021 at 9:50:20 a.m. UTC-5 Landmast0rz wrote:
>>
>>> Hello Jacoco group! currently trying to implement Jacoco on multiple 
>>> projects at my work place and I've been stuck on this isssue. I've 
>>> downloaded an example of report-aggregate from the web and during it's 
>>> report-aggregate stage it will: load execution data file xyz and then 
>>> analyse bundle abc. My problem is that on my work project it will never 
>>> starts the analyse bundle stage. Any idea what could cause it to skip that 
>>> part? Many 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 jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/d1734efe-a7aa-4743-a445-1d262bf5d218n%40googlegroups.com.


[java code coverage] Re: Jacoco report-aggregate analyzing bundle

2021-03-10 Thread Landmast0rz
The team I work with worked it out in the end. For those finding this 
message from a web search, we ended up solving our problem by removing a 
test on a module and putting false on 
maven-dependency-plugin  param.

On Tuesday, March 9, 2021 at 10:02:11 a.m. UTC-5 Landmast0rz wrote:

> I should also mention the index.html file shows 0 coverage but the session 
> page shows my exec files and (it seems like) all my classes so I'm really 
> stumped
>
> On Tuesday, March 9, 2021 at 9:50:20 a.m. UTC-5 Landmast0rz wrote:
>
>> Hello Jacoco group! currently trying to implement Jacoco on multiple 
>> projects at my work place and I've been stuck on this isssue. I've 
>> downloaded an example of report-aggregate from the web and during it's 
>> report-aggregate stage it will: load execution data file xyz and then 
>> analyse bundle abc. My problem is that on my work project it will never 
>> starts the analyse bundle stage. Any idea what could cause it to skip that 
>> part? Many 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 jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/c0430768-14a3-48f8-a6bc-f1ed3967f86dn%40googlegroups.com.


[java code coverage] Re: Jacoco report-aggregate analyzing bundle

2021-03-09 Thread Landmast0rz
I should also mention the index.html file shows 0 coverage but the session 
page shows my exec files and (it seems like) all my classes so I'm really 
stumped

On Tuesday, March 9, 2021 at 9:50:20 a.m. UTC-5 Landmast0rz wrote:

> Hello Jacoco group! currently trying to implement Jacoco on multiple 
> projects at my work place and I've been stuck on this isssue. I've 
> downloaded an example of report-aggregate from the web and during it's 
> report-aggregate stage it will: load execution data file xyz and then 
> analyse bundle abc. My problem is that on my work project it will never 
> starts the analyse bundle stage. Any idea what could cause it to skip that 
> part? Many 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 jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/53fa08fb-5c99-4f2b-b9ac-15b27c528439n%40googlegroups.com.