Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit c02b085

Browse files
committed
ci: update coverage thresholds
1 parent 9434b90 commit c02b085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ module.exports = {
4141
// An object that configures minimum threshold enforcement for coverage results
4242
coverageThreshold: {
4343
global: {
44-
branches: 70.45,
44+
branches: 72.09,
4545
functions: 92.85,
46-
lines: 90.57,
47-
statements: 90.78,
46+
lines: 90.81,
47+
statements: 91.02,
4848
},
4949
},
5050
preset: 'ts-jest',

0 commit comments

Comments
 (0)