/vscode-code-coverage

vscode extension to highlight lines not covered by unit tests

Primary LanguageTypeScriptMIT LicenseMIT

Code Coverage

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 your language's code coverage tools.
  • Update the markiscodecoverage.searchCriteria setting, default: coverage/lcov*.info