Skip to content
Snippets Groups Projects
Unverified Commit 705b6db5 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

test: increase branches coverage threshold (#13040)

parent 70c03074
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ const config: InitialOptionsTsJest = { ...@@ -18,7 +18,7 @@ const config: InitialOptionsTsJest = {
: ['html', 'text-summary'], : ['html', 'text-summary'],
coverageThreshold: { coverageThreshold: {
global: { global: {
branches: 94, branches: 98,
functions: 100, functions: 100,
lines: 100, lines: 100,
statements: 100, statements: 100,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment