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

Display Coverage by default

Open cshaa opened this issue 1 year ago • 2 comments
trafficstars

I have a repo for a library library where I want to have quite strict standards for code coverage. I want to automatically show coverage gutters next to all files that have a coverage report. However, right now I have to manually run the command "Coverage Gutters: Display Coverage" for every file I open. I have coverage-gutters.showGutterCoverage set to true.

cshaa avatar Aug 23 '24 16:08 cshaa

@m93a Thanks for the ticket! You should be able to use the "watch" mode which will auto display the coverage each time you open a file (if there is any). The watch action can be activated via the icon in the bottom action bar or via the command palette.

ryanluker avatar Sep 02 '24 17:09 ryanluker

FYI: I've posted an option for how you can enable watch mode automatically here: https://github.com/ryanluker/vscode-coverage-gutters/issues/236#issuecomment-2397505737

twelvelabs avatar Oct 07 '24 17:10 twelvelabs