From d1f0821e6f4f361eee6b1e4bcc64948642ea97aa Mon Sep 17 00:00:00 2001 From: Joshua Feingold Date: Fri, 8 Mar 2024 13:48:05 -0600 Subject: [PATCH] CHANGE (CodeAnalyzer): @W-14645433@: Increased enforced code coverage lower bound. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8b482dc92..a342d6f9a 100644 --- a/package.json +++ b/package.json @@ -129,10 +129,10 @@ "flexibleTaxonomy": true }, "nyc": { - "branches": "60", - "lines": "75", - "functions": "75", - "statements": "75" + "branches": "75", + "lines": "85", + "functions": "85", + "statements": "85" }, "repository": "forcedotcom/sfdx-scanner", "scripts": {