We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b329f79 commit 4ae632dCopy full SHA for 4ae632d
tool/test_coverage_helper.dart renamed to tool/test_coverage_create_helper.dart
@@ -3,8 +3,7 @@ import 'dart:io';
3
const packageName = 'model_generator';
4
5
void main() {
6
- Logger.debug(
7
- 'First create a file with all other files imported so flutter test coverage uses all files');
+ Logger.debug('First create a file with all other files imported so flutter test coverage uses all files');
8
final imports = Directory('lib').listSync(recursive: true).where((element) {
9
if (Directory(element.path).existsSync()) return false;
10
if (!element.path.endsWith('.dart')) return false;
0 commit comments