Hi,
I build my project with Maven with the flag --add-opens due to assertj.
When I request code coverage with Jacoco, the report show a low level of coverage, but if I request the coverage without the flag i obtain 100%.
Is there a solution I can applay? For maintain the flag and obtain the level of coverage expected?
Thanks for All
Mattia Matucci