- ALM used Azure DevOps
- CI system used Azure DevOps
- Dart / Flutter
Hello, I’m aware there isn’t Dart/Flutter support in SonarCloud, however I have already a setup on Azure DevOps that gathers coverage and generates cobertura compatible results in XML and HTML.
All I need now is a way, via API, task or something else, to directly push the coverage results into SonarCloud. I couldn’t find anything like that. All examples I found require SonarCloud to run analysis, which isn’t possible since they dont support Dart/Flutter.
Is there a way to push coverage results directly into SonarCloud?
Thanks