mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
decrease targets by half a point-ish (#18003)
This commit is contained in:
parent
786a74dbbc
commit
8472ccb7b0
@ -6,10 +6,10 @@
|
||||
// subset of files to check against these targets.
|
||||
module.exports = {
|
||||
global: {
|
||||
lines: 64.39,
|
||||
branches: 53.01,
|
||||
statements: 63.63,
|
||||
functions: 56.67,
|
||||
lines: 64,
|
||||
branches: 52.5,
|
||||
statements: 63.1,
|
||||
functions: 56.1,
|
||||
},
|
||||
transforms: {
|
||||
branches: 100,
|
||||
|
Loading…
Reference in New Issue
Block a user