Hi Team,
xcresultparser works very well for generic code coverage file.. Azure pipeline shows test coverage where as
generated cobertura code coverage file (uploaded to SonarQube cloud) not showing coverage report..
This is how I use to generate cobertura.xml for code coverage
xcresultparser -o cobertura {build_dir}/ResultBundles/XXXXXXX.xcresult > {sonar_directory}/cobertura.xml
Any suggestions to fix this issue please
Best regards