From dc4df683f9c7840d2644285b300c8c12f4d578c0 Mon Sep 17 00:00:00 2001 From: Andrew Shumway Date: Tue, 2 May 2023 13:32:29 -0600 Subject: [PATCH] Test coverage threshold in actions --- tests/javascripts/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/javascripts/jest.config.js b/tests/javascripts/jest.config.js index 125e7f8ca..6b649f57f 100644 --- a/tests/javascripts/jest.config.js +++ b/tests/javascripts/jest.config.js @@ -3,7 +3,7 @@ module.exports = { coverageDirectory: './coverage', coverageThreshold: { global: { - branches: 80, + branches: 75, functions: 90, lines: 90, statements: 90,