mapstruct / mapstruct-idea

An IntelliJ IDEA plugin for working with MapStruct
Other
141 stars 38 forks source link

fix jacoco-reports-0-coverage #193

Closed hduelme closed 6 months ago

hduelme commented 6 months ago

As pointed out in #189 the jacoco report is currently not working. Idea SDK 2022.1+ needs a special configuration, see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html#jacoco-reports-0-coverage.

hduelme commented 6 months ago

It is now working again https://app.codecov.io/github/mapstruct/mapstruct-idea/tree/hduelme%2Fmapstruct-idea%3Afix-jacoco-reports-0-coverage

filiphr commented 6 months ago

Nice work @hduelme. Thanks a lot