1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

decrease targets by half a point-ish (#18003)

This commit is contained in:
Brad Decker 2023-03-07 09:43:35 -06:00 committed by GitHub
parent 786a74dbbc
commit 8472ccb7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,