vscode-code-coverage
vscode-code-coverage copied to clipboard
Boost test coverage and reliability with this easy-to-use code coverage analysis tool
I would also like to get offers the possibility to display the line covered or not covered with different visual. For example, covered line could use a green background, non-covered...
Hi Markis -- Love the tool! This has really enhanced my TDD in node/react projects. Recently I've started playing around with yarn workspaces to make monorepos. I've generated the coverage...
I wanted to try this extension, 2 weeks ago it works fine and shows indicators (green, yellow, red) on left side for coverage on opened files (TS, etc.) which has...
 There seems to be a limit for the display of uncovered lines.
I can see code coverage information on the active text editor, but no status bar item with coverage status is shown.  Version 1.8.6 `lcov` file generated by `coverlet.collector` /...
added `markiscodecoverage.detailCoverageMode` and `markiscodecoverage.summaryWithCurly` config parameters users can choose to have detailed diagnostics for all files (default == behaviour of previous versions), only for open files, only for active files...
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...
Hi, I have been using the Code coverage extension and it has worked with no issue. Something seems to have changed recently, and it no longer highlights uncovered lines. When...
Using Angular 11 with the standard Karma tool that comes with the CLI. I added the lcovonly reporter to the Karma config ``` coverageReporter: { dir: require('path').join(__dirname, './coverage'), subdir: '.',...
I forked this repo, opened `example`, did `npm install` and `npm pretest` and i'm getting these errors ``` lukepighetti@Lukes-iMac example % npm run pretest > [email protected] pretest > tsc --lib...