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
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