Skip to content
On this page

@covbot/jest-threshold

Painless validation of jest coverage thresholds.

Introduction

This package was created to suit jest-coverage-report action's needs. It contains an algorithm from jest, but provides more details about coverage threshold checks, as well as some useful utilities.

Installation

  • Using npm
npm i @covbot/jest-threshold
  • Using yarn
yarn add @covbot/jest-threshold
  • Using pnpm
yarn add @covbot/jest-threshold

What's next?

Released under the MIT License.