ScottMacDougall / vscode-code-coverage

vscode extension to highlight lines not covered by unit tests

Home Page:https://marketplace.visualstudio.com/items?itemName=markis.code-coverage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

vscode extension to highlight lines not covered by unit tests

https://marketplace.visualstudio.com/items?itemName=markis.code-coverage

License:MIT License


Languages

Language:TypeScript 100.0%