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. // subset of files to check against these targets.
module.exports = { module.exports = {
global: { global: {
branches: 22, branches: 20,
functions: 33.5, functions: 30,
lines: 62.25, lines: 57,
statements: 41.75, statements: 40,
}, },
transforms: { transforms: {
branches: 100, branches: 100,