Re: Using Maven JXR as base for report plugin

2019-10-24 Thread Plamen Totev
Hi Enrico, Thanks for the reply. On 24.10.2019 г. 0:57, Enrico Olivelli wrote: > Il mer 23 ott 2019, 20:29 Plamen Totev ha > scritto: > >> Hi, >> >> I would like to create plugin that generates test coverage report. > Yes, it my have sense. > > As far as I know we do not have a standard way to p

Re: Using Maven JXR as base for report plugin

2019-10-23 Thread Enrico Olivelli
Plamen, Il mer 23 ott 2019, 20:29 Plamen Totev ha scritto: > Hi, > > I would like to create plugin that generates test coverage report. I > know that there are existing plugins for that, but I want the report to > include not only line coverage but also other data such as mutation > coverage (an

Using Maven JXR as base for report plugin

2019-10-23 Thread Plamen Totev
Hi, I would like to create plugin that generates test coverage report. I know that there are existing plugins for that, but I want the report to include not only line coverage but also other data such as mutation coverage (and maybe some code quality issues). Also I want to be able to generat