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)
Is the Cobertura report format standardized? - Stack Overflow At work we use GitLab which reads Cobertura output We are creating tooling around it (to produce and ingest these formats) Is there a standard for Cobertura's XML report? Are there officials exam
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