zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

pass callback argument by reference

Open wyfo opened this issue 9 months ago • 4 comments

based on #1828

wyfo avatar Mar 26 '25 09:03 wyfo

PR missing one of the required labels: {'enhancement', 'internal', 'dependencies', 'new feature', 'documentation', 'breaking-change', 'bug'}

github-actions[bot] avatar Mar 26 '25 09:03 github-actions[bot]

PR missing one of the required labels: {'internal', 'bug', 'new feature', 'enhancement', 'documentation', 'breaking-change', 'dependencies'}

github-actions[bot] avatar Mar 26 '25 15:03 github-actions[bot]

PR missing one of the required labels: {'dependencies', 'bug', 'new feature', 'breaking-change', 'enhancement', 'internal', 'documentation'}

github-actions[bot] avatar Mar 27 '25 12:03 github-actions[bot]

Codecov Report

Attention: Patch coverage is 89.00709% with 31 lines in your changes missing coverage. Please review.

Project coverage is 71.18%. Comparing base (1a10597) to head (4ffcbd3). Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
zenoh-ext/src/advanced_subscriber.rs 0.00% 5 Missing :warning:
zenoh/src/api/session.rs 95.65% 4 Missing :warning:
io/zenoh-transport/src/common/pipeline.rs 75.00% 3 Missing :warning:
zenoh/src/api/handlers/callback.rs 82.35% 3 Missing :warning:
zenoh/src/api/matching.rs 0.00% 3 Missing :warning:
zenoh/src/api/query.rs 0.00% 3 Missing :warning:
zenoh/src/api/queryable.rs 0.00% 3 Missing :warning:
zenoh/src/api/scouting.rs 0.00% 3 Missing :warning:
zenoh-ext/src/querying_subscriber.rs 0.00% 2 Missing :warning:
zenoh/src/api/handlers/fifo.rs 50.00% 2 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1857      +/-   ##
==========================================
- Coverage   71.18%   71.18%   -0.01%     
==========================================
  Files         364      364              
  Lines       65647    65551      -96     
==========================================
- Hits        46733    46662      -71     
+ Misses      18914    18889      -25     

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

codecov[bot] avatar Mar 27 '25 13:03 codecov[bot]

superseded by #2055

wyfo avatar Jul 22 '25 10:07 wyfo