Skip to content

Commit dfb3b78

Browse files
committed
Update coverage
1 parent c16a656 commit dfb3b78

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/snaps-controllers/coverage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": 95.17,
2+
"branches": 95.29,
33
"functions": 98.65,
44
"lines": 98.83,
55
"statements": 98.66

packages/snaps-rpc-methods/jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ module.exports = deepmerge(baseConfig, {
1010
],
1111
coverageThreshold: {
1212
global: {
13-
branches: 95,
14-
functions: 98.65,
13+
branches: 94.96,
14+
functions: 98.64,
1515
lines: 98.78,
16-
statements: 98.47,
16+
statements: 98.45,
1717
},
1818
},
1919
});

packages/snaps-utils/coverage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"branches": 99.77,
3-
"functions": 99.02,
4-
"lines": 98.67,
5-
"statements": 97.33
2+
"branches": 99.76,
3+
"functions": 99,
4+
"lines": 98.68,
5+
"statements": 97.27
66
}

0 commit comments

Comments
 (0)