Socket
Socket
Sign inDemoInstall

@meza/jest-coverage-bumper

Package Overview
Dependencies
11
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @meza/jest-coverage-bumper

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.


Version published
Maintainers
1
Install size
285 kB
Created

Readme

Source

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

FAQs

Last updated on 05 Nov 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc