New
OpenCppCoverage 0.9.9.0
Release Notes
- OpenCppCoverage 64 bits version can debug 32 bits and 64 bits program.
- OpenCppCoverage 32 bits can only debug 32 bits program.
Changelog:
- Add version information at the end of the reports. Thanks @pamrulla for https://github.com/OpenCppCoverage/OpenCppCoverage/pull/87.
- Build OpenCppCoverage with Visual Studio 2019.
- Fix
Error: exists: The device is not ready. See https://github.com/OpenCppCoverage/OpenCppCoverage/issues/92. - Remove unreachable lines from the coverage. See https://github.com/OpenCppCoverage/OpenCppCoverage/issues/97.
- Fix an issue when using a network drive: Thanks @jkoppenw for https://github.com/OpenCppCoverage/OpenCppCoverage/pull/115.
- Set
timestampfield for Cobertura reports. See https://github.com/OpenCppCoverage/OpenCppCoverage/issues/109. - Update JQuery to 3.4.1. Thanks @opidopiopi for https://github.com/OpenCppCoverage/OpenCppCoverage/pull/116.
- Display several FAQ links when some errors occured.