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

Protect declaredRuntimeMetadata with a sync.Mutex #2733

Merged
merged 1 commit into from
Dec 13, 2024

Protect `declaredRuntimeMetadata` with a `sync.Mutex`

454428a
Select commit
Loading
Failed to load commit list.
Merged

Protect declaredRuntimeMetadata with a sync.Mutex #2733

Protect `declaredRuntimeMetadata` with a `sync.Mutex`
454428a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 0s

69.57% (-0.01%) compared to 6af66d0, passed because coverage increased by 0% when compared to adjusted base (69.57%)

View this Pull Request on Codecov

69.57% (-0.01%) compared to 6af66d0, passed because coverage increased by 0% when compared to adjusted base (69.57%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.57%. Comparing base (6af66d0) to head (454428a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2733      +/-   ##
==========================================
- Coverage   69.57%   69.57%   -0.01%     
==========================================
  Files         301      301              
  Lines       38654    38658       +4     
==========================================
+ Hits        26893    26895       +2     
- Misses      10242    10245       +3     
+ Partials     1519     1518       -1     

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