Skip to content

Commit

Permalink
ci: fix release of cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnoW committed Mar 16, 2023
1 parent 3f50d8c commit 8981730
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .changeset/rare-olives-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
'parse-server-react-client': patch
'react-demo': patch
'@moralisweb3/api-generator': patch
'@moralisweb3/api-utils': patch
'@moralisweb3/aptos-api': patch
'@moralisweb3/auth': patch
'@moralisweb3/client-api-utils': patch
'@moralisweb3/client-evm-api': patch
'@moralisweb3/client-firebase-api-utils': patch
'@moralisweb3/client-firebase-auth-utils': patch
'@moralisweb3/client-firebase-evm-api': patch
'@moralisweb3/client-firebase-evm-auth': patch
'@moralisweb3/client-firebase-sol-api': patch
'@moralisweb3/client-firebase-sol-auth': patch
'@moralisweb3/client-sol-api': patch
'@moralisweb3/codegen': patch
'@moralisweb3/common-aptos-utils': patch
'@moralisweb3/common-auth-utils': patch
'@moralisweb3/common-core': patch
'@moralisweb3/common-evm-utils': patch
'@moralisweb3/common-sol-utils': patch
'@moralisweb3/common-streams-utils': patch
'create-moralis-dapp': patch
'@create-moralis-dapp/express': patch
'@create-moralis-dapp/next': patch
'@create-moralis-dapp/react-cra': patch
'@create-moralis-dapp/react-vite': patch
'@create-moralis-dapp/toolkit': patch
'@moralisweb3/eslint-config': patch
'@moralisweb3/evm-api': patch
'@moralisweb3/evm-utils': patch
'moralis': patch
'@moralisweb3/next': patch
'@moralisweb3/parse-server': patch
'@moralisweb3/react': patch
'@moralisweb3/sol-api': patch
'@moralisweb3/sol-utils': patch
'@moralisweb3/streams': patch
'@moralisweb3/test-utils': patch
'@moralisweb3/typedoc-readme-theme': patch
---

Bump version for release

1 comment on commit 8981730

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Test coverage

Title Lines Statements Branches Functions
api-utils Coverage: 30%
30.34% (61/201) 30.35% (17/56) 30.76% (12/39)
auth Coverage: 90%
92.59% (100/108) 83.33% (20/24) 86.2% (25/29)
evm-api Coverage: 100%
100% (82/82) 66.66% (6/9) 100% (50/50)
common-aptos-utils Coverage: 4%
4.81% (147/3054) 5.47% (25/457) 5.54% (44/793)
common-evm-utils Coverage: 64%
64.59% (987/1528) 20.02% (134/669) 35.21% (212/602)
sol-api Coverage: 96%
96.66% (29/30) 66.66% (6/9) 91.66% (11/12)
common-sol-utils Coverage: 74%
74.55% (167/224) 66.66% (18/27) 65.38% (51/78)
common-streams-utils Coverage: 91%
91.58% (1176/1284) 78.17% (412/527) 82.45% (423/513)
streams Coverage: 88%
87.81% (555/632) 65.88% (56/85) 87.59% (120/137)

Please sign in to comment.