flow-go icon indicating copy to clipboard operation
flow-go copied to clipboard

Add generic Synchronized type

Open illia-malachyn opened this issue 5 months ago • 1 comments
trafficstars

Introduces a generic Synchronized wrapper that provides safe concurrent access to data.

illia-malachyn avatar Jun 12 '25 11:06 illia-malachyn

Codecov Report

Attention: Patch coverage is 71.42857% with 4 lines in your changes missing coverage. Please review.

Project coverage is 41.31%. Comparing base (e369f45) to head (33cfb7d). Report is 127 commits behind head on master.

Files with missing lines Patch % Lines
utils/synchronized/synchronized.go 71.42% 4 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7503      +/-   ##
==========================================
+ Coverage   41.16%   41.31%   +0.14%     
==========================================
  Files        2210     2214       +4     
  Lines      193788   194537     +749     
==========================================
+ Hits        79773    80371     +598     
- Misses     107400   107507     +107     
- Partials     6615     6659      +44     
Flag Coverage Δ
unittests 41.31% <71.42%> (+0.14%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov-commenter avatar Jun 12 '25 11:06 codecov-commenter