You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCppCoverage edited this page Dec 4, 2017
·
9 revisions
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.
Reduce OpenCppCoverage startup duration
When there are many files, OpenCppCoverage takes a lot of time to initialize before running the program.
Help message when coverage is empty
Add a message and proposals that help the user when the coverage is empty.
Fix cobertura export for Visual Studio Team Services
Run code coverage from Test Explorer window (Visual Studio extension)
Following this discussion,
investigate if it is possible to add a code coverage support directly from the Test Explorer window without opening additional windows.
Define the location of the source files
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.
Community feature requests
This section lists the community feature requests not already done and not planned in the roadmap.
HTML export not split by module
Add an option to not gather HTML report by module.
HTML color customization
Allow to define the HTML colors used for the covered and uncovered line.
Colors configuration (Visual Studio extension)
Allow to define the colors used for the covered and uncovered line.
Dump the code coverage when the program is running
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.