OpenCppCoverage / OpenCppCoveragePlugin

Official Visual Studio Plugin for OpenCppCoverage
GNU General Public License v3.0
67 stars 28 forks source link

How can I set excluded_line_regex? #25

Closed joseAndresGomezTovar closed 5 years ago

joseAndresGomezTovar commented 5 years ago

There is some way to set the regular line expression option excluded As the documentation says https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/Command-line-reference --excluded_line_regex arg: Exclude all lines match the regular expression. Regular expression must match the whole line.

OpenCppCoverage commented 5 years ago

Hello,

In Miscellaneous tab, you can set a config file. See here for the syntax.

I hope it helps

OpenCppCoverage

joseAndresGomezTovar commented 5 years ago

It works fine