0.1.1 • Published 1 year ago

uncovered v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
0.1.1

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago