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

cannot generate summary as html in VSCode + WSL2. thanks

Hello, I have my source files in a Ubuntu 22.04 WSL, the source files are in C:\Users\username\source All the gcno and gcda files are all there, but I don't think...

Unable to run the extension as it just says "Unknown error" and refers to a log. Not sure which log that is. > Command 'Gcov Viewer: Toggle' resulted in an...

As I am colorblind, the green and red used here are nearly indistinguishable. This is the relevant snippet in `extension.ts` ```ts extension.ts const calledLineColor = "rgba(50, 240, 50, 0.1)"; const...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

The current version is 0.5.0; seeing the PRs from the "security bot" I do wonder if it would be reasonable to update the dependencies, then re-release as 0.5.1 (or include...

It will display as format ```C int getX(int x) 1x [100.0%] if ( x > 0) { 1x return 1; 1x } return 0; 1x ``` Signed-off-by: FANG.Ge

This Red Color Defined is not clear In VS Code Editor Signed-off-by: FANG.Ge

I write a python scirpt to transfer GCOV7 format file to GCOV9 JSON format Via modifing gcov-viewer config file, using this tool to replace gcov7 directly [gcov7-json](https://github.com/xiaoyun94/gcov7-json)