excludePatterns property
Glob patterns to exclude files from the report.
Supports wildcards like * and ?. Examples:
**/test/**- Exclude all files in test directories**/*_test.dart- Exclude all test files**/generated/**- Exclude generated code
Implementation
final List<String> excludePatterns;