0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 22:22:41 +00:00

Merge pull request #2621 from jeddai/adjust-coverage-thresholds

lower coverage thresholds for api
This commit is contained in:
Trevor Buckner
2023-01-21 11:11:31 -05:00
committed by GitHub

View File

@@ -51,10 +51,10 @@
"lines" : 25 "lines" : 25
}, },
"server/homebrew.api.js" : { "server/homebrew.api.js" : {
"statements" : 71, "statements" : 65,
"branches" : 54, "branches" : 50,
"functions" : 66, "functions" : 60,
"lines" : 73 "lines" : 70
} }
} }
}, },