Skip to content

Commit

Permalink
1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Dec 5, 2023
1 parent 45b68a5 commit 8aee140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "safe-wallet-web",
"homepage": "https://github.com/safe-global/safe-wallet-web",
"license": "GPL-3.0",
"type": "module",
"version": "1.24.0",
"type": "module",
"scripts": {
"dev": "next dev",
"start": "next dev",
Expand Down

1 comment on commit 8aee140

@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 76.27% 10864/14245
🔴 Branches 50.9% 2216/4354
🔴 Functions 59.87% 1653/2761
🟡 Lines 77.63% 9833/12667

Test suite run success

1271 tests passing in 175 suites.

Report generated by 🧪jest coverage report action from 8aee140

Please sign in to comment.