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

refactor(capi): use RwLock to replace mut static reference #663

Merged
merged 1 commit into from
Dec 12, 2024

refactor(capi): use RwLock to replace mut static reference

7bf5652
Select commit
Loading
Failed to load commit list.
Merged

refactor(capi): use RwLock to replace mut static reference #663

refactor(capi): use RwLock to replace mut static reference
7bf5652
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 1s

89.84% (-0.01%) compared to 2a356df, passed because coverage increased by 0% when compared to adjusted base (89.84%)

View this Pull Request on Codecov

89.84% (-0.01%) compared to 2a356df, passed because coverage increased by 0% when compared to adjusted base (89.84%)

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.84%. Comparing base (2a356df) to head (7bf5652).

Files with missing lines Patch % Lines
capi/src/io.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #663      +/-   ##
==========================================
- Coverage   89.85%   89.84%   -0.01%     
==========================================
  Files          42       42              
  Lines        8789     8777      -12     
==========================================
- Hits         7897     7886      -11     
+ Misses        892      891       -1     

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