Hello,
As an alternative, you can try the following command:
Hope that help,
OpenCppCoverage
As an alternative, you can try the following command:
OpenCppCoverage --sources YourFilter --export_type=binary:test.cov -- YOUR_PROGRAM
It generates a file test.cov that contains the coverage data. Copy this file on the computer where you compile your program (Or another computer with the same source location) and run:OpenCppCoverage --input_coverage test.cov
It generates the HTML report.Hope that help,
OpenCppCoverage





