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 accurate results?
>From what I can tell, the route coverage for the last parameterized test run is what is reported. I would expect the code coverage to reflect all of the parameterized tests. Thank you, Mark