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

client: Implement AsFd for Connection and EventQueue #656

Merged
merged 1 commit into from
Sep 19, 2023

client: Implement `AsFd` for `Connection` and `EventQueue`

b2c9e76
Select commit
Loading
Failed to load commit list.
Merged

client: Implement AsFd for Connection and EventQueue #656

client: Implement `AsFd` for `Connection` and `EventQueue`
b2c9e76
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Sep 18, 2023 in 0s

73.03% (-0.24%) compared to cf825be

View this Pull Request on Codecov

73.03% (-0.24%) compared to cf825be

Details

Codecov Report

Patch coverage has no change and project coverage change: -0.24% ⚠️

Comparison is base (cf825be) 73.26% compared to head (b2c9e76) 73.03%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #656      +/-   ##
==========================================
- Coverage   73.26%   73.03%   -0.24%     
==========================================
  Files          47       47              
  Lines        7755     7780      +25     
==========================================
  Hits         5682     5682              
- Misses       2073     2098      +25     
Files Changed Coverage Δ
wayland-backend/src/client_api.rs 86.36% <0.00%> (-4.12%) ⬇️
wayland-backend/src/rs/client_impl/mod.rs 78.06% <0.00%> (-0.89%) ⬇️
wayland-backend/src/sys/client_impl/mod.rs 71.32% <0.00%> (-1.01%) ⬇️
wayland-client/src/conn.rs 83.87% <0.00%> (-2.08%) ⬇️
wayland-client/src/event_queue.rs 58.14% <0.00%> (-0.78%) ⬇️

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