Need to merge coverage reports in Azure DevOps

Viewed 10

I am using Cobertura to generate coverage.xml for the Azure pipeline. I need to merge two coverage reports, but it is picking up only the latest one.

Can anyone let me know how I can generate a single coverage.xml for the pipeline?

0 Answers
Related