Push cobertura results from Flutter directly to SonarCloud

  • 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

Hello Cassius,

Unfortunately, it is not possible to upload coverage reports without the analysis, and we currently do not have an analyzer for Dart.

For your use case, is there a particular reason why you wanted to only upload coverage data into SonarCloud?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.