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

Release v0.11.0 beta 9 #277

Merged
merged 16 commits into from
Oct 31, 2024
Merged

Release v0.11.0 beta 9 #277

merged 16 commits into from
Oct 31, 2024

Conversation

dr-orlovsky
Copy link
Member

No description provided.

@dr-orlovsky dr-orlovsky added this to the v0.11.0 milestone Oct 13, 2024
@dr-orlovsky dr-orlovsky self-assigned this Oct 13, 2024
Copy link

codecov bot commented Oct 13, 2024

Codecov Report

Attention: Patch coverage is 40.95238% with 62 lines in your changes missing coverage. Please review.

Project coverage is 14.1%. Comparing base (7ae9760) to head (476c9e7).
Report is 17 commits behind head on master.

Files with missing lines Patch % Lines
src/validation/validator.rs 0.0% 23 Missing ⚠️
src/vm/contract.rs 70.5% 18 Missing ⚠️
src/vm/op_contract.rs 0.0% 13 Missing ⚠️
src/validation/commitments.rs 0.0% 5 Missing ⚠️
src/schema/state.rs 0.0% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #277     +/-   ##
========================================
+ Coverage    13.2%   14.1%   +0.9%     
========================================
  Files          29      29             
  Lines        3883    3948     +65     
========================================
+ Hits          513     558     +45     
- Misses       3370    3390     +20     
Flag Coverage Δ
rust 14.1% <41.0%> (+0.9%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

fmt keeps changing all the time. Now they introduced new "editions" feature, which by default does a lot of changes to the codebase by mingling with alphabetical sorting of all imports, doing them in case-insentive way. This PR allows to avoid that dramatic changes
due to rustfix dependency
@dr-orlovsky dr-orlovsky marked this pull request as ready for review October 13, 2024 11:59
@dr-orlovsky dr-orlovsky merged commit 52592c6 into master Oct 31, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant