legacy-paperclip icon indicating copy to clipboard operation
legacy-paperclip copied to clipboard

coverageOptions

Open crcn opened this issue 3 years ago • 0 comments
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     
    }
  }
}

crcn avatar Jan 09 '22 17:01 crcn