1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Reduce coverage targets

Updated in https://github.com/MetaMask/metamask-extension/pull/17325

Co-Authored-By: Brad Decker <bhdecker84@gmail.com>
This commit is contained in:
PeterYinusa 2023-02-07 17:39:19 +00:00
parent 0989678f03
commit 4a2d7a7a2b

View File

@ -6,10 +6,10 @@
// subset of files to check against these targets.
module.exports = {
global: {
branches: 50,
functions: 55,
lines: 62.25,
statements: 61.5,
branches: 49,
functions: 53,
lines: 61,
statements: 60,
},
transforms: {
branches: 100,