OpenCppCoverage/OpenCppCoveragePlugin

How can I set excluded_line_regex?

joseAndresGomezTovar opened this issue · 2 comments

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.

Hello,

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

I hope it helps

OpenCppCoverage

It works fine