Skip to content

Commit 0d2ee13

Browse files
authored
chore: bump coverage thresholds (#27)
* chore: bump coverage thresholds * chore: linting lint linty lint
1 parent 80a06d9 commit 0d2ee13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jest.config.mjs

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ export default {
1515
coverageReporters: ['json-summary', 'text', 'lcov'],
1616
coverageThreshold: {
1717
global: {
18-
branches: 47, // 85 coverage required
19-
functions: 76, // 85 coverage required
20-
lines: 74, // 85 coverage required
21-
statements: 75 // 85 coverage required
18+
branches: 49, // 85 coverage required
19+
functions: 85, // 85 coverage required
20+
lines: 85, // 85 coverage required
21+
statements: 85 // 85 coverage required
2222
}
2323
},
2424
extensionsToTreatAsEsm: ['.ts'],

0 commit comments

Comments
 (0)