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

Fix formatting, prepare for v0.11 beta 9 release #278

Merged
merged 4 commits into from
Oct 13, 2024
Merged

Conversation

dr-orlovsky
Copy link
Member

No description provided.

@dr-orlovsky dr-orlovsky changed the base branch from master to develop October 13, 2024 16:56
@dr-orlovsky dr-orlovsky added this to the v0.11.0 milestone Oct 13, 2024
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
Copy link

codecov bot commented Oct 13, 2024

Codecov Report

Attention: Patch coverage is 44.61538% with 36 lines in your changes missing coverage. Please review.

Project coverage is 18.9%. Comparing base (32d8109) to head (72a903c).
Report is 5 commits behind head on develop.

Files with missing lines Patch % Lines
src/interface/inheritance.rs 0.0% 18 Missing ⚠️
src/interface/iface.rs 0.0% 6 Missing ⚠️
src/containers/partials.rs 0.0% 5 Missing ⚠️
src/interface/iimpl.rs 0.0% 3 Missing ⚠️
src/containers/anchors.rs 0.0% 2 Missing ⚠️
src/persistence/stock.rs 0.0% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           develop    #278     +/-   ##
=========================================
- Coverage     19.0%   18.9%   -0.1%     
=========================================
  Files           39      39             
  Lines         8710    8725     +15     
=========================================
- Hits          1655    1649      -6     
- Misses        7055    7076     +21     
Flag Coverage Δ
rust 18.9% <44.6%> (-0.1%) ⬇️

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.

@dr-orlovsky dr-orlovsky merged commit 3cd4ad5 into develop Oct 13, 2024
24 of 25 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