OpenCoverUI / OpenCover.UI

Visual Studio Integration to OpenCover
MIT License
77 stars 46 forks source link

Support excludebyfile and excludebyclass #67

Open pver opened 9 years ago

pver commented 9 years ago

We should support the OpenCover option to exclude files and/or classes from the coverage results: see the OpenCover arguments at: https://github.com/opencover/opencover/wiki/Usage

(because the exclusion is project/solution specific, maybe we should create some kind of .opencoverui.settings file in the solution to keep track of these settings. That way the settings (file) can also be included in the source control system to be shared between different users)