OpenCppCoveragePlugin
OpenCppCoveragePlugin copied to clipboard
Option to filter out specific files from the report.
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.