New
OpenCppCoverage 0.9.6
22/05/2017: This version is not yet compatible with Visual Studio 2017. A fix is under testing and should be available in the upcoming days.
Release Notes
- OpenCppCoverage 64 bits version can debug 32 bits and 64 bits program.
- OpenCppCoverage 32 bits can only debug 32 bits program.
Changelog:
- Optimized build is now supported.
- You can exclude a line based on a regular expression.
- Cobertura output format is valid against http://cobertura.sourceforge.net/xml/coverage-04.dtd.
- If the compiler generates a line not visible, this line is excluded from the coverage.
- /DEBUG:FASTLINK is now supported in Windows 7.
- Generated HTML files are now W3C compliant.
- Keep only the last name when using several --input_coverage flags.
- Override the output if it exists for HTML, cobertura and binary exports.