mojohaus / cobertura-maven-plugin

Cobertura Maven Plugin
https://www.mojohaus.org/cobertura-maven-plugin/
25 stars 20 forks source link

Allow to use cobertura merge #64

Open marwin1991 opened 2 years ago

marwin1991 commented 2 years ago

Cobertura gives merge functionality, which is not available in this plugin:

https://github.com/cobertura/cobertura/tree/master/cobertura/src/main/java/net/sourceforge/cobertura/merge https://github.com/cobertura/cobertura/blob/master/cobertura/src/main/java/net/sourceforge/cobertura/merge/MergeProjectDataFilesTask.java

Is it possible to add it ?