OpenCppCoveragePlugin icon indicating copy to clipboard operation
OpenCppCoveragePlugin copied to clipboard

Option to filter out specific files from the report.

Open rawatlax opened this issue 3 years ago • 0 comments

Please add a module to mention "file names" or "directory names" that can be ignored by the tool while generating reports.

Let's say my project has 2 files:

a.cpp b.cpp

and I want to see the coverage of only a.cpp in the report. I do not want to see the "b.cpp" file and its contribution to the overall code coverage percentage in any of the reports. Please add something so that I can mention the file name "b.cpp" and this file and its contribution to the reports will be removed from the exported reports.

rawatlax avatar Nov 11 '21 08:11 rawatlax