79693029

Date: 2025-07-07 14:56:39
Score: 1
Natty:
Report link

VS Code is looking for a coverage information file.

Add something like this to the .vscode/settings.json:

    "cmake.coverageInfoFiles": [
        "${workspaceFolder}/build/Test/coverage.info"
    ],  

That file needs to be generated by lcov or gcovr, e.g. with

gcovr --lcov ./build/Test/coverage.info
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Erich Styger