winft / como

The Compositor Modules provide means to create Wayland and X11 compositors
GNU General Public License v2.0
88 stars 5 forks source link

Build fix #26

Closed romangg closed 2 months ago

romangg commented 2 months ago

Adapt to Wrapland and wlroots changes. Fix clang-tidy CI run.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 26.31579% with 70 lines in your changes missing coverage. Please review.

Project coverage is 50.73%. Comparing base (33c6450) to head (983bd30). Report is 10 commits behind head on master.

Files Patch % Lines
como/render/effect/interface/quick_scene.cpp 0.00% 23 Missing and 3 partials :warning:
como/input/wayland/fake/touch.h 0.00% 15 Missing :warning:
como/input/wayland/fake/pointer.h 0.00% 6 Missing :warning:
...kglobalaccel/runtime/global_shortcuts_registry.cpp 0.00% 4 Missing :warning:
como/render/x11/mouse_intercept_filter.h 0.00% 2 Missing :warning:
como/win/x11/moving_window_filter.h 0.00% 2 Missing :warning:
como/win/x11/screen_edges_filter.h 0.00% 2 Missing :warning:
plugins/windowsystem/windowsystem.cpp 0.00% 2 Missing :warning:
tests/integration/effects/scripted_effects.cpp 0.00% 2 Missing :warning:
como/base/x11/user_interaction_filter.h 0.00% 1 Missing :warning:
... and 8 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #26 +/- ## ========================================== - Coverage 50.78% 50.73% -0.05% ========================================== Files 939 939 Lines 87348 87397 +49 Branches 45514 45110 -404 ========================================== - Hits 44356 44343 -13 + Misses 39514 38022 -1492 - Partials 3478 5032 +1554 ```

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