jest-coverage-ratchet
jest-coverage-ratchet copied to clipboard
Is there a mechanism to check the previously ran thresholds
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
Take a look at jest-coverage-validator