vscode-code-coverage icon indicating copy to clipboard operation
vscode-code-coverage copied to clipboard

Display code coverage percentage beside filename in project view

Open ykoehler opened this issue 3 years ago • 0 comments

I am unclear if this is possible, but it would be nice if we could display the gcov/lcov percentage for a given file in the file list view of a given project (or as a tooltip).

projectA/ file1.c (cov. 65%) file2.c (cov. 33%)

ykoehler avatar Dec 16 '21 17:12 ykoehler