insideapp-oss / sonar-flutter

SonarQube plugin for Flutter / Dart
Other
449 stars 83 forks source link

Multi module flutter project wont find the code coverage files #157

Closed mohed closed 1 year ago

mohed commented 1 year ago

Hello.

What is the recommended way to configure Sonarqube to correctly locate coverage data generated by flutter test --coverage when running tests on a layered Flutter project with multiple child modules?

We do a layered flutter project which looks like this

root

zippy1978 commented 1 year ago

Ho @mohed,

The way to support multi-module will be documented in the README of the next release. In the meantime, you can have look at the develop branch.

zippy1978 commented 1 year ago

Fixed in release 0.5.0