mweibel / lcov-result-merger

Merges multiple lcov results into one
MIT License
102 stars 22 forks source link

Add option to ignore paths #54

Closed p3drosola closed 1 year ago

p3drosola commented 1 year ago

I ran into a case where I needed to include some coverage files and ignore others. This enables that functionality, using fast-glob's ignore option, and a yargs array parameter.

p3drosola commented 1 year ago

@mweibel does this look like a change you'd want to accept?

coveralls commented 1 year ago

Coverage Status

Coverage: 100.0%. Remained the same when pulling 81d1576fa7b1c9eb063b6fb4fbc23403f79bd459 on p3drosola:master into e92d7505f46c70d0ff3f1b3710b71540b9135a1f on mweibel:master.

mdeanjones commented 1 year ago

Looks good @p3drosola!