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/17326
This commit is contained in:
PeterYinusa 2023-02-07 14:07:25 +00:00
parent b94c024a61
commit e3777319ed

View File

@ -6,10 +6,10 @@
// subset of files to check against these targets.
module.exports = {
global: {
branches: 22,
functions: 33.5,
lines: 62.25,
statements: 41.75,
branches: 20,
functions: 30,
lines: 57,
statements: 40,
},
transforms: {
branches: 100,