razvn / jacoco-to-cobertura-gradle-plugin

MIT License
14 stars 5 forks source link

add a config for manual setting the sources location #8

Closed razvn closed 1 year ago

razvn commented 2 years ago

In case the sources detected are not well detected, setting a list of sources in the configuration of the plugin should add these dirs to the sources cobertura xml tag.

tjerkw commented 2 years ago

I just had a similar problem in a kotlin multiplatform project:

Task :shared:jacocoToCobertura FAILED Conversion jacoco report to cobertura Error while running JacocoToCobertura conversion: `SourceSet with name 'main' not found.