Re: [java code coverage] Reports as with Tree Like Structure

2025-04-08 Thread 1423_SAMRAT CHAKRABORTY
Hey I recently came across this other discussion . I have a similar issue and wanted to know if this feature is supported by Jacoco Currently. On Monday, April 7, 2025 at 7:09:43 PM UTC+5:30 Marc R. Hoffmann wrote: > Hi, > > what

Re: [java code coverage] Reports as with Tree Like Structure

2025-04-07 Thread Marc Hoffmann
The answer from that thread still holds true. Packages are not aggregated. You can user groups if you like to see combined figures for a set of packages. Regards, -marc > On 7. Apr 2025, at 21:09, 1423_SAMRAT CHAKRABORTY <21051...@kiit.ac.in> wrote: > > Hey I recently came across this discuss

Re: [java code coverage] Reports as with Tree Like Structure

2025-04-07 Thread 1423_SAMRAT CHAKRABORTY
Hey I came across this other discussion where someone had a similar problem to mine and was talking about aggregating packages. Currently it lists all the packages in the report but can it perform aggregation on similar packages and provide the report. For example: Lets say I have 3 packages:

Re: [java code coverage] Reports as with Tree Like Structure

2025-04-07 Thread 1423_SAMRAT CHAKRABORTY
Hey I recently came across this discussion and I have a similar Query is there a way currently for Jacoco to support this Tree like reporting? https://groups.google.com/g/jacoco/c/aCiSPkfyyEc/m/JELngsCSCQAJ On Monday, April 7, 2025 at 7:09:43 PM UTC+5:30 Marc R. Hoffmann wrote: > Hi, > > what e

Re: [java code coverage] Reports as with Tree Like Structure

2025-04-07 Thread Marc Hoffmann
Hi, what exactly do you mean by “flat” and “tree”? The hierarchy used in the reports is groups -> packages -> classes -> methods The html report renders instances of each type on a separate page, there is no option for a “tree view”. Regards, -marc > On 7. Apr 2025, at 13:22, 1423_SAMRAT C