OpenCover / opencover

A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points
https://blog.many-monkeys.com
Other
1.31k stars 247 forks source link

Add excludedpath(s) option to exclude processes/assemblies in named folders #521

Closed sawilde closed 8 years ago

sawilde commented 8 years ago

Rather than add path support to filters (making it overly complex) we should instead remove the path support from filters (introduced to support Smocks #364) which had a knock on affect and introduced defect #512, now resolved by reverting part (but not all) of the change for Smocks.

Tasks:

ddur commented 8 years ago

Removing path-matching is high priority but issue #364 is medium, user is not very responsive and Smocks framework is experimental and in alpha status. I think that new feature can wait after Q1 release.