legacy-paperclip
legacy-paperclip copied to clipboard
coverageOptions
trafficstars
- [ ] ability to define explicit thresholds
- [ ] ability to ensure that threshold doesn't fall below specific branch. Can pull this information from s3
{
coverageOptions: {
thresholds: {
css: 0.8,
html: 0.8
}
}
}