OpenCppCoverage
OpenCppCoverage
Hello, Can you provide a project like ConsoleApplication.zip with the same issue you have? I can then reproduce it and try to fix your issue! OpenCppCoverage
Hello, Thank you for providing ``ConsoleApplication_Enhanced.zip``. ``Bar.cpp`` is not inside ``ConsoleApplication.pdb``, that explains why OpenCppCoverage do not create a report for this file. ``StaticLib1.lib`` and ``StaticLib1.pdb`` are used only during...
Hello, OpenCppCoverage need to wait for the program termination. If it is possible in your case, you can kill the program with task manager or with the command ``taskkill /F...
Hello, Does this [answer](https://github.com/OpenCppCoverage/OpenCppCoverage/issues/102#issuecomment-545082343) help? OpenCppCoverage
@IngmarVoigt2 : Unfortunately, I did not find a proper cobertura format reference.
Hello, You need PDB files to compute code coverage and so it cannot work with WinRar.exe except if you compiled it. The PDB files are automatically generated by Visual Studio....
@michalfita : Can you post the log with ``--verbose flag`` ?
@prasanna532 @mengfei227 : Please see [Coverage report is empty](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/FAQ#coverage-report-is-empty). It helps identifying the issue.
Hi @donpaul999: 1. Did you try running OpenCppCoverage **without** `--modules`, `--excluded_modules`, `--sources` and `--excluded_sources`? 2. Did you run OpenCppCoverage with `--verbose` and checked if `LastCoverageResults.log` file contained either `[debug] Module:...
Hello, OpenCppCoverage reads paths from PDB files which are lower cases. I am not aware of a Visual Studio flag to preserve the case of the paths inside a PDB...