the-dext / RunCoverletReport

A Visual Studio 2019 Extension to run Coverlet and Report Generator
MIT License
40 stars 15 forks source link

Collector mode disregards ExcludeAssemblyPatterns #14

Open FredCni opened 2 years ago

FredCni commented 2 years ago

Steps to reproduce: Exclude one assembly/pattern from the code coverage (in tools > run coverlet report parameters) Run in collector mode => The assembly in not excluded from the coverage report

Root cause: ExcludeAssemblyPatterns is used to hydrate a local variable that is not used in the command args.