Skip to content

lnxbil/vscode-code-coverage

 
 

Repository files navigation

Code Coverage

Code coverage will highlight lines of code that are not covered by tests. It will list the uncovered lines under the problems window. And it conveniently shows the coverage ratio in the status bar.

Demo

Features

  • Small memory and processor footprint
  • Multiple lcov file handler

Setup

  • Generate .lcov coverage files using your language's code coverage tools
  • Set the coverage location setting markiscodecoverage.searchCriteria, default: coverage/lcov*.info

Commands

There are commands to hide and show lines of coverage. Also, it's possible to map commands to key bindings in vscode.

  • code-coverage.hide will hide the code coverage
  • code-coverage.show will show the code coverage

About

vscode extension to highlight lines not covered by unit tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%