gcov-viewer icon indicating copy to clipboard operation
gcov-viewer copied to clipboard

Show code coverage data generated with gcov in Visual Studio code.

Results 24 gcov-viewer issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently, the `gcovViewer.buildDirectories` setting does not really support variable substitution with the exception of `${workspaceFolder}`: https://github.com/JacquesLucke/gcov-viewer/blob/f03c00cdee36df68d397165bffc320acd08d3dc6/src/extension.ts#L105 I would like to suggest to add support for additional variables (https://code.visualstudio.com/docs/editor/variables-reference) and maybe...

having a cmake structure like: ``` CMakeLists.txt | | | | | \--A/CMakeListst.txt \--- B/CMakeLists.txt ``` as A & B 2 sub-projects. The gcov elements are generated correctly, and the...

Similar to gcovr's https://gcovr.com/en/stable/manpage.html - "--root" option, if the files are not stored in the root directory, nothing works. For instance, my main file is stored under `my_project/mypath/main.c` but I...