coveragePackages property

List<RegExp>? coveragePackages
final

A list of regular expressions to match against the package names during coverage collection.

Only packages that match at least one of the regexps will be included in the coverage report.

Implementation

final List<RegExp>? coveragePackages;