Skip to content

Commit 17d577e

Browse files
committed
fix: lower global coverage thresholds to 80%
1 parent d66caba commit 17d577e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@
9595
},
9696
"coverageThreshold": {
9797
"global": {
98-
"branches": 85,
99-
"functions": 85,
100-
"lines": 85,
101-
"statements": 85
98+
"branches": 80,
99+
"functions": 80,
100+
"lines": 80,
101+
"statements": 80
102102
}
103103
}
104104
}

0 commit comments

Comments
 (0)