jest-coverage-ratchet icon indicating copy to clipboard operation
jest-coverage-ratchet copied to clipboard

Is there a mechanism to check the previously ran thresholds

Open netkuttappan opened this issue 7 years ago • 1 comments

Currently i am hardcoding the threshold values

 "coverageThreshold": {
      "global": {
        "lines": 80.00,
        "statements": 80.00,
        "functions": 80.00,
        "branches": 80.00
      }
    },

Is there a way to check the previous build coverage threshold and make sure that the coverage did not go low in the current build

netkuttappan avatar May 16 '18 14:05 netkuttappan

Take a look at jest-coverage-validator

bruha avatar Feb 04 '22 21:02 bruha