1.0.4 • Published 2 years ago

@meza/jest-coverage-bumper v1.0.4

Weekly downloads
32
License
MIT
Repository
github
Last release
2 years ago

Automatically Increase your Jest Coverage Threshold

This simple script is for projects that strive for good code coverage but they're not there yet. It makes sure that the package json has the highest ever number of coverage configured.

Usage

Install

yarn add -D @meza/jest-coverage-bumper

Add to your package json

{
    ...
    "jest": {
        ...
        "testResultsProcessor": "@meza/jest-coverage-bumper"
    }
}

What if I already have a processor?

Use https://github.com/meza/jest-multiple-result-processors

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

4 years ago

1.0.1

4 years ago

0.1.0-RC2

4 years ago