Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 715 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 715 Bytes

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