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: Clone scope.Context in multiple places to avoid concurrent reads/writes #638

Merged
merged 6 commits into from
Jun 14, 2023

go fmt

cb73fed
Select commit
Failed to load commit list.
Merged

fix: Clone scope.Context in multiple places to avoid concurrent reads/writes #638

go fmt
cb73fed
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded May 15, 2023 in 0s

79.67% (-0.05%) compared to eec094e

View this Pull Request on Codecov

79.67% (-0.05%) compared to eec094e

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.05 ⚠️

Comparison is base (eec094e) 79.72% compared to head (cb73fed) 79.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #638      +/-   ##
==========================================
- Coverage   79.72%   79.67%   -0.05%     
==========================================
  Files          38       38              
  Lines        3896     3902       +6     
==========================================
+ Hits         3106     3109       +3     
- Misses        681      683       +2     
- Partials      109      110       +1     
Impacted Files Coverage Δ
scope.go 91.12% <100.00%> (+0.21%) ⬆️
tracing.go 89.43% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.