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.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
Was this helpful?
# 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_coverage