Skip to content

remove lazy_static dependency#211

Open
goulart-paul wants to merge 1 commit intomainfrom
pg/drop_lazy_static
Open

remove lazy_static dependency#211
goulart-paul wants to merge 1 commit intomainfrom
pg/drop_lazy_static

Conversation

@goulart-paul
Copy link
Copy Markdown
Member

Removes the dependency on the lazy_static crate in favour of std::sync::OnceLock.

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.82%. Comparing base (9af5f21) to head (9c879da).

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #211       +/-   ##
===========================================
+ Coverage   79.82%   92.82%   +12.99%     
===========================================
  Files          88       88               
  Lines        7064     7246      +182     
===========================================
+ Hits         5639     6726     +1087     
+ Misses       1425      520      -905     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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