From 0fcaeeab1c586f5828a605667ef3fc77d9edb727 Mon Sep 17 00:00:00 2001 From: simplymichael Date: Thu, 14 Dec 2023 21:51:24 +0100 Subject: [PATCH] ci(.nycrc.json): update minimum test coverage threshold to 80% across board --- .nycrc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nycrc.json b/.nycrc.json index a820dfd..52ec4f5 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -17,8 +17,8 @@ "lcov", "text-summary" ], - "branches": 75, - "lines": 75, - "functions": 75, - "statements": 75 + "branches": 80, + "lines": 80, + "functions": 80, + "statements": 80 } \ No newline at end of file