From 77607b9ecef8feaa3471a156e5c4102791926006 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Fri, 18 Aug 2023 10:10:30 -0300 Subject: [PATCH] ci: add jest thresholds --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 0666dc0bc..3ef4ddfbb 100644 --- a/package.json +++ b/package.json @@ -150,6 +150,14 @@ "default", "jest-junit" ], + "coverageThreshold": { + "global": { + "branches": 22, + "functions": 33, + "lines": 34, + "statements": 34 + } + }, "coverageDirectory": "coverage" }, "jest-junit": {