uncovered
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

uncovered

Sort vitest coverage by uncovered lines.

This utility parses coverage/coverage-summary.json file and sort files by uncovered lines to help you find the most uncovered file.

Usage

# in the project dir
$ npx vitest --coverage
$ npx uncovered
$ npx uncovered --mode=functions # sort by uncovered functions, valid options are lines/branches/functions/statements

Package Sidebar

Install

npm i uncovered

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

17.2 kB

Total Files

10

Last publish

Collaborators

  • banyudu