We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f706db1 commit 14f1e8fCopy full SHA for 14f1e8f
1 file changed
jest.config.js
@@ -38,15 +38,15 @@ module.exports = {
38
global: {
39
branches: 60,
40
functions: 70,
41
- lines: 77,
+ lines: 76,
42
statements: 76,
43
},
44
// Per-file thresholds for critical components
45
"src/core/": {
46
branches: 80,
47
- functions: 90,
48
- lines: 90,
49
- statements: 90,
+ functions: 88,
+ lines: 88,
+ statements: 88,
50
51
"src/processors/dotProcessor.ts": {
52
branches: 70,
0 commit comments