Provide an API for passing plugins to the Coverage constructor by alex · Pull Request #1919 · nedbat/coveragepy (original) (raw)
Sure, I can switch to bare Iterable[Callable]
, will do that tomorrow.
As for why override, I went with the first sentence in the Coverage
docstring: "Many of these arguments duplicate and override values that can be provided in a configuration file."
If you have a preference for them being additive instead, happy to switch, I don't feel strongly.