Hi,
I am using mapstruct for the first time and I really like the way it works. I got small issue with unit test coverage reports I have written unit tests for mapper implementations since these are auto generated the Jacoco plugin via IntelliJ IDE couldn't show the line coverage properly.
I am using IntelliJ IDE + gradle + jacoco(for test covergae) + lombok +
1.2.0.Beta2 version of mapstruct
Could you please help me how to fix this or is there any other way to check line coverage of Implementations of Mappers
Many Thanks,
Kiran