Open netkuttappan opened 6 years ago
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
Currently i am hardcoding the threshold values
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