Hi, This is directed to Cobertura Coverage plugin owners/maintainers.
I have a scenario where the coverage of packages,classes, etc ... are spread over multiple xml files. Due to this, when a specific coverage detail is encountered the previous coverage (if already parsed) is getting overwritten resulting in loss of information. *Reasons why I ended up in this scenario* : - The reports that are being generated are for GO language. In this language, to generate the coverage reports I have to run tests package wise. Here every time a package is run I include all the dependent packages to check the coverage. This ends up in including coverage reports of a package in more than one place (based on the number of packages depending on it). Coverage output of each package is converted to cobertura format and is fed to jenkins. Is it possible for you guys to make the plugin check for existing coverage and update it if it exists ? Thanks, Vivek. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
