Ensure full coverage when running flutter test --coverage
#8
Labels
enhancement
New feature or request
flutter test --coverage
#8
By default, the coverage file generated by
flutter test --coverage
only includes files with tests, which messes up the full-project coverage percentage.Consider installing and adding full_coverage to the coverage generation process.
The text was updated successfully, but these errors were encountered: