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