0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 13:42:38 +00:00

lower coverage thresholds for api

This commit is contained in:
Charlie Humphreys
2023-01-21 09:22:58 -06:00
parent ea04069fe5
commit bd594fa214

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
} }
} }
}, },