I’m interested in generating coverage report for my java files and I see that SonarScanner requires XML report generated by JaCoCo for which a jacocoagent should be attached to my source application.
Is there a work around for this wherein the above process is abstracted somehow or is there a configuration withing SonarScanner that would do the job?
Also, what would be the solution for coverage information of .NET application? do we have to rely on OpenCover/dotCover?
Thanks Blenessy for the link. I worked with maven plugin to generate the coverage report before moving to CLI for a more general purpose solution supporting other languages as well.
Currently we support, also with visualization, Visual Studio Code Coverage, dotCover and OpenCover. All of them are robust and widely used from what I can tell.