I have a Visual Studio solution with multiple projects. I have added corresponding unit test projects in my solution. I am using Cobertura in VSTS to find the code coverage for these projects.
Cobertura publishes separate Cobertura.xml files for all the test projects.
I would like a way to have a merged code coverage report. I couldn't specify path to multiple summary files in VSTS task for publishing code coverage. Is there a way I could achieve that ?
Additional info - All test cases are run against the same DB