ReportConfig constructor
const
ReportConfig({})
Creates a new reporter configuration.
All parameters are optional and have sensible defaults.
Implementation
const ReportConfig({
this.inputPath = 'coverage/lcov.info',
this.outputPath,
this.excludePatterns = const [],
this.excludeLinePatterns = const [],
this.uncoveredOnly = false,
this.failUnder,
this.summary = false,
this.noFilter = false,
});