1.0.2-beta • Published 3 years ago

quick-cov v1.0.2-beta

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@rethink/quick-cov

A powerful helper to run your coverage reports.


Purpose

Tracking coverage reports in big projects are extremely slow. And if you are aiming a crescend grow of your tracking stats, this process may be annoying. quick-cov provides very useful set of tools to quicken this process up.

Features

  • Track down only updated source and test files - quick-cov provides a smart caching tool that decides whom to test / capture coverage reports. Whenever a tiny test file was updated, quick-cov will track it down and perform a test command specially for it.
  • Shows helpful stats from your test runs - quick-cov can show stats about gain or loss on each of your code coverage methods (statements, branches and functions).

Limitations

  • Does not support coverage to lines yet
  • Only works with Jest
  • Requires Jest global installation

Installing

Using npm:

npm install -g quick-cov

Or using yarn:

yarn add global quick-cov

Usage

To perform a quick-cov, just run:

quick-cov

Or using npx:

npx quick-cov
1.0.2-beta

3 years ago

1.0.1-beta

3 years ago

1.0.0-beta

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.21

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago