mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +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:
parent
0989678f03
commit
4a2d7a7a2b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user