1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01: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. // subset of files to check against these targets.
module.exports = { module.exports = {
global: { global: {
branches: 50, branches: 49,
functions: 55, functions: 53,
lines: 62.25, lines: 61,
statements: 61.5, statements: 60,
}, },
transforms: { transforms: {
branches: 100, branches: 100,