From d0cb072406a57e06e803b57bcbe0330774bb292e Mon Sep 17 00:00:00 2001 From: Daniel Rice Date: Tue, 5 Oct 2021 09:07:26 +0100 Subject: [PATCH] Coverage bump. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a84b67771..e5fa9733b 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ ], "coverageThreshold": { "global": { - "lines": 83.87, - "statements": 83.8, - "functions": 83.62, - "branches": 73.32 + "lines": 84.53, + "statements": 84.46, + "functions": 85.45, + "branches": 73.92 } }, "transform": {