Dart test coverage
Checking the test coverage of your Flutter or Dart project with SonarQube Cloud’s coverage reporting tools is an essential part of the development process.
Follow the in-product tutorial
Adjust your setup
Adding coverage to your build process
# example for a Flutter project
flutter test --coverage
# example for a Dart project
dart pub global activate coverage
dart pub global run coverage:test_with_coverageRelated pages
Last updated
Was this helpful?

