Allow specifying coverage flags via a yaml file #532
Labels
good first issue
A good starting issue for contributors (issues with this label will appear in /contribute)
package:coverage
type-enhancement
A request for a change that isn't a bug
Spin off of #510
It's a common pattern for Dart tools to read the default values for all their command line flags from yaml. This lets developers specify flag values once per project, and not have to remember/retype them each time. We should do this for package:coverage's flags.
There are a couple of open questions:
The text was updated successfully, but these errors were encountered: