0.0.1 • Published 2 years ago

@covbot/jest-threshold v0.0.1

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

@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?