Skip to content

AlexHaxe/vscode-code-coverage

 
 

Repository files navigation

Code Coverage

Greenkeeper badge

Code coverage will put squiggly lines under functions, lines or code branches that are not covered by unit tests. And will list the uncovered lines under the problems window.

Demo

Features

  • Simple and easy to use
  • Small memory and processor footprint
  • Multiple lcov file handler

Setup

  • Ensure your project has generated lcov file(s) using nyc, istanbul or other code coverage tools.
  • Update the markiscodecoverage.searchCriteria setting, default: coverage/lcov*.info

About

Tool to highlight lines not covered by unit tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%