{
  "$comment": "Gate configuration for the three boundary tracefiles in this group.",
  "coverageThreshold": {
    "global": {
      "lines": 80,
      "statements": 80,
      "functions": 75,
      "branches": 65
    },
    "src/checkout/": {
      "lines": 85
    }
  },
  "comparison": ">=",
  "failOnDecreaseFromBaselinePct": 0.5,
  "baseline": {
    "lines": 90.71,
    "branches": 70.83,
    "functions": 90.0
  },
  "reportPaths": [
    "threshold-at-gate.lcov",
    "threshold-below-gate.lcov",
    "threshold-above-gate.lcov"
  ]
}
