Skip to content

Commit

Permalink
1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jun 12, 2024
1 parent 081587f commit d826efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "safe-wallet-web",
"homepage": "https://github.com/safe-global/safe-wallet-web",
"license": "GPL-3.0",
"version": "1.37.2",
"version": "1.38.0",
"type": "module",
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -159,4 +159,4 @@
"minimumChangeThreshold": 0,
"showDetails": true
}
}
}

1 comment on commit d826efa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 79.45% 11526/14508
🔴 Branches 58.49% 2787/4765
🟡 Functions 66.74% 1848/2769
🟢 Lines 80.76% 10389/12864

Test suite run success

1444 tests passing in 199 suites.

Report generated by 🧪jest coverage report action from d826efa

Please sign in to comment.