Skip to content

Commit 3172cb2

Browse files
committed
set converage
1 parent 4d2b910 commit 3172cb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lambdas/functions/control-plane/jest.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ const config: Config = {
66
...defaultConfig,
77
coverageThreshold: {
88
global: {
9-
statements: 97.99,
10-
branches: 96.04,
11-
functions: 97.53,
12-
lines: 98.27,
9+
statements: 98.01,
10+
branches: 97.28,
11+
functions: 95.6,
12+
lines: 97.94,
1313
},
1414
},
1515
};

0 commit comments

Comments
 (0)