Skip to content

In coverlet.collector, allow repeating configuration elements in runsettings #641

@EricStG

Description

@EricStG

When excluding multiple elements, the current format can make things a bit unwieldy (and makes the changes much harder to track

<Exclude>[lib]ns1.*,[lib]ns2.*</Exclude>

It would be nice if we could specify multiple items on different Exclude nodes:

<Exclude>[lib]ns1.*</Exclude>
<Exclude>[lib]ns2.*</Exclude>

Same goes for the other colon separated settings

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions