-
Notifications
You must be signed in to change notification settings - Fork 163
Roadmap
This page describes potential upcoming features. If you have a feature request, please create a new discussion here. Of course, too specific features will not be considered.
When there are many files, OpenCppCoverage takes a lot of time to initialize before running the program.
Add a message and proposals that help the user when the coverage is empty.
See here.
Following this discussion, investigate if it is possible to add a code coverage support directly from the Test Explorer window without opening additional windows.
When the HTML report is generated, the source files must be exactly at the same location as when pdb files were built. Add a command line option to configure this location. See here for more information.
This section lists the community feature requests not already done and not planned in the roadmap.
Add an option to not gather HTML report by module.
Allow to define the HTML colors used for the covered and uncovered line.
Allow to define the colors used for the covered and uncovered line.
When you have a long running program, it can be useful to have a way to dump the current coverage without waiting the exit of the program.