From e38701e42452d46733ff17a9e5b90d3102bbba11 Mon Sep 17 00:00:00 2001 From: JustynaBroniszewska Date: Fri, 15 Mar 2024 12:47:54 +0100 Subject: [PATCH] Decrease statements --- packages/mars/.nycrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mars/.nycrc b/packages/mars/.nycrc index 98d8f00..7bf279c 100644 --- a/packages/mars/.nycrc +++ b/packages/mars/.nycrc @@ -9,7 +9,7 @@ ], "check-coverage": true, "branches": 63, - "lines": 69, + "lines": 65, "functions": 45, - "statements": 69 + "statements": 65 }