Smithay / calloop

A callback-based Event Loop
MIT License
176 stars 34 forks source link

channel: Add (try_)recv proxy methods #102

Closed Drakulix closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #102 (6ce1ed6) into master (f59d958) will decrease coverage by 0.32%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
- Coverage   89.32%   89.00%   -0.33%     
==========================================
  Files          17       17              
  Lines        1667     1673       +6     
==========================================
  Hits         1489     1489              
- Misses        178      184       +6     
Flag Coverage Δ
macos-latest 88.44% <0.00%> (-0.39%) :arrow_down:
ubuntu-latest 87.28% <0.00%> (-0.37%) :arrow_down:

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

Impacted Files Coverage Δ
src/sources/channel.rs 77.14% <0.00%> (-7.24%) :arrow_down:
src/loop_logic.rs 88.93% <0.00%> (-0.43%) :arrow_down:
src/sys/mod.rs 91.59% <0.00%> (+0.84%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f59d958...6ce1ed6. Read the comment docs.

elinorbgr commented 2 years ago

Could you add a changelog entry as well?