Closed joseAndresGomezTovar closed 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.
--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.
Miscellaneous
I hope it helps
OpenCppCoverage
It works fine
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.