Re: camel-report route coverage not reporting properly with ParameterizedTest

2025-07-25 Thread Claus Ibsen
Hi I created a ticket https://issues.apache.org/jira/browse/CAMEL-22274 And adding a note in the docs. On Thu, Jul 24, 2025 at 9:26 PM Claus Ibsen wrote: > Hi > > Its not a known issue but also not something we want to support or spend > time on. > Its intended for normal regular tests, but ma

Re: camel-report route coverage not reporting properly with ParameterizedTest

2025-07-24 Thread Claus Ibsen
Hi Its not a known issue but also not something we want to support or spend time on. Its intended for normal regular tests, but maybe more broadly just to get a sense of what is covered. It is not really intended for specialized tests like parameterized that can spew many combinations. On Thu,

camel-report route coverage not reporting properly with ParameterizedTest

2025-07-24 Thread Mark Webb
I've found that when I run the camel-report maven plugin against my code and check the unit test coverage, I am getting inaccurate results for my unit tests that are annotated with the ParameterizedTest annotation. Is this a known issue and/or is there a workaround for this so that I can get accur