feat: change map methods to handle errors gracefully#6893
Conversation
|
|
Codecov Report❌ Patch coverage is
❌ Your project status has failed because the head coverage (41.97%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## feat/clarity-wasm-develop #6893 +/- ##
==============================================================
+ Coverage 28.25% 41.97% +13.71%
==============================================================
Files 572 399 -173
Lines 353459 219799 -133660
==============================================================
- Hits 99887 92255 -7632
+ Misses 253572 127544 -126028
... and 324 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
For the cost compution of map's methods we need to compute the cost and then throwback the error when an error occurs. This forced us to handle errors better.
eeae600 to
fc09938
Compare
b289da0
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is the PR corresponding to this one in clarity wasm