Skip to content

feat: initial Linux implementation - #2

Merged
ReenigneArcher merged 33 commits into
masterfrom
feat/initial-version
Jun 19, 2026
Merged

feat: initial Linux implementation#2
ReenigneArcher merged 33 commits into
masterfrom
feat/initial-version

Refactor SDL gamepad tests; add DualSense cases

3b496d0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 19, 2026 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

❌ Patch coverage is 87.16692% with 419 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (master@9ec1f6f). Learn more about missing BASE report.
✅ All tests successful. No failed tests found.

Files with missing linesPatch %Lines
src/platform/linux/uhid_backend.cpp89.10%79 Missing and 98 partials ⚠️
src/core/runtime.cpp82.16%126 Missing and 16 partials ⚠️
src/core/report.cpp88.79%37 Missing and 4 partials ⚠️
src/core/profiles.cpp88.23%6 Missing and 12 partials ⚠️
src/platform/unsupported_backend.cpp40.00%13 Missing and 5 partials ⚠️
src/core/types.cpp66.66%14 Missing ⚠️
src/core/backend.hpp82.00%9 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@ Coverage Diff @@## master #2 +/- ##
=========================================
Coverage ? 87.16% =========================================
Files ? 10 Lines ? 3265 Branches ? 1139 =========================================
Hits ? 2846 Misses ? 284 Partials ? 135 
Files with missing linesCoverage Δ
src/core/backend.cpp100.00% <100.00%> (ø)
src/include/libvirtualhid/runtime.hpp100.00% <100.00%> (ø)
src/include/libvirtualhid/types.hpp100.00% <100.00%> (ø)
src/core/backend.hpp82.00% <82.00%> (ø)
src/core/types.cpp66.66% <66.66%> (ø)
src/core/profiles.cpp88.23% <88.23%> (ø)
src/platform/unsupported_backend.cpp40.00% <40.00%> (ø)
src/core/report.cpp88.79% <88.79%> (ø)
src/core/runtime.cpp82.16% <82.16%> (ø)
src/platform/linux/uhid_backend.cpp89.10% <89.10%> (ø)

Continue to review full report in Codecov by Harness.

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