0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 18:22:40 +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
},
"server/homebrew.api.js" : {
"statements" : 71,
"branches" : 54,
"functions" : 66,
"lines" : 73
"statements" : 65,
"branches" : 50,
"functions" : 60,
"lines" : 70
}
}
},