0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 00:22:47 +00:00

Raise test coverage threshold

This PR adds tests which means we are now covering a larger % of the codebase. Raise the coverage thresholds to match.
This commit is contained in:
Trevor Buckner
2024-07-28 18:00:33 -04:00
parent ee9f2c8c83
commit 88eaebfd49

View File

@@ -57,15 +57,15 @@
],
"coverageThreshold": {
"global": {
"statements": 25,
"branches": 10,
"functions": 22,
"lines": 25
"statements": 50,
"branches": 40,
"functions": 40,
"lines": 50
},
"server/homebrew.api.js": {
"statements": 65,
"statements": 70,
"branches": 50,
"functions": 60,
"functions": 65,
"lines": 70
}
},