1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Lower coverage requirement (#16087)

This commit is contained in:
Frederik Bolding 2022-10-05 14:21:55 +02:00 committed by GitHub
parent 512b9bdf76
commit 047d664c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ module.exports = {
coverageThreshold: {
global: {
branches: 44,
functions: 46.8,
functions: 46,
lines: 52,
statements: 52,
},