From 3b6014831584d0956e03fad56f1b1bf38826b866 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Fri, 28 Aug 2026 23:03:32 -0500 Subject: [PATCH] Tempoararily drop coverage targets --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cbe8a127b..2ddccf5ab 100644 --- a/package.json +++ b/package.json @@ -69,10 +69,10 @@ ], "coverageThreshold": { "global": { - "statements": 50, - "branches": 40, - "functions": 40, - "lines": 50 + "statements": 40, + "branches": 25, + "functions": 30, + "lines": 40 }, "server/homebrew.api.js": { "statements": 60,