Using Cobertura files for code coverage with SonarQube from Azure . . . I have been using Coverlet to generate Cobertura files which can then use the PublishCodeCoverageResults@1 to publish to the Devops pipelines code coverage viewer I haven't been able to push the cobertura xml file to sonarqube though I've read this and it seems to me that the only mention of cobertura is with python and flex
Publish a pipeline Azure Devops code coverage report For some reason, my dotnet test command was generating both coverage cobertura xml * coverage files and for some weird reason, that file gets precedence over the coverage cobertura xml files (which makes devops render the download link)
Cobertura code coverage report for jenkins pipeline jobs I have python, javascript and other sorts of projects and I have been using Cobertura on freestyle projects to display code coverage reports However after switching to pipeline I don't get the post build UI to setup Cobertura for the project
Is there anyway to merge cobertura coverage xml reports together? Format of coverage must be xml (cobertura xml) for jenkins cobertura plugin to process So far I generate gcno files upon compilation and gcda files when source is used Then call gcovr to get xml file I would like to create coverage of each unit test (thus creating coverage xml for every unit test) and then merge these xml files into one xml