Conversation
|
hi, could this be merged? |
|
@Lauri-Nomme |
|
thx, i ended up forking the project to https://github.com/unapplicable/diff-coverage-gradle the delta-coverage-plugin seems to create a huge load of unnecessary tasks (for "views"), when i just need to create a single one, and this behavior cannot be disabled as it seems. |
|
@Lauri-Nomme
If you have a single source set then you won't observe any significant performance degradation. And I bet you won't see any performance difference if you have multiple source sets. Also, If you use GitHub Actions then you can render the coverage results. See example. If you still don't want using |
Synchronize the update to JDK21 for jacoco 0.8.11