Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename 'get'/'put' Methods in Clarity #4521

Merged
merged 2 commits into from
Mar 13, 2024

Merge branch 'next' into chore/rename-clarity-methods

c4af902
Select commit
Loading
Failed to load commit list.
Merged

Rename 'get'/'put' Methods in Clarity #4521

Merge branch 'next' into chore/rename-clarity-methods
c4af902
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 12, 2024 in 0s

83.26% (target 80.00%)

View this Pull Request on Codecov

83.26% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 74.39024% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 83.26%. Comparing base (067633d) to head (c4af902).
Report is 28 commits behind head on next.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #4521      +/-   ##
==========================================
+ Coverage   83.22%   83.26%   +0.04%     
==========================================
  Files         452      452              
  Lines      326058   326069      +11     
  Branches      323      323              
==========================================
+ Hits       271359   271505     +146     
+ Misses      54691    54556     -135     
  Partials        8        8              
Files Coverage Δ
clarity/src/vm/database/key_value_wrapper.rs 86.49% <100.00%> (+0.11%) ⬆️
clarity/src/vm/database/structures.rs 80.93% <100.00%> (ø)
stackslib/src/chainstate/stacks/boot/mod.rs 94.74% <100.00%> (ø)
stackslib/src/net/api/getaccount.rs 90.96% <100.00%> (ø)
stackslib/src/net/api/getcontractsrc.rs 90.62% <100.00%> (ø)
stackslib/src/net/api/getmapentry.rs 89.28% <100.00%> (ø)
stackslib/src/clarity_vm/database/mod.rs 73.62% <66.66%> (ø)
stackslib/src/clarity_vm/database/marf.rs 65.24% <66.66%> (ø)
clarity/src/vm/database/clarity_store.rs 77.40% <37.50%> (ø)
stackslib/src/net/api/getdatavar.rs 87.85% <16.66%> (-2.59%) ⬇️
... and 1 more

... and 27 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 067633d...c4af902. Read the comment docs.