Skip to content

feat(event): implement event binding and dispatch - #1054

Merged
Kyle-Ye merged 4 commits into
mainfrom
feature/event_binding_pr
Sep 7, 2026
Merged

feat(event): implement event binding and dispatch#1054
Kyle-Ye merged 4 commits into
mainfrom
feature/event_binding_pr

chore: update Event related header

51525ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 7, 2026 in 1s

27.23% (-0.09%) compared to f8368c4

View this Pull Request on Codecov

27.23% (-0.09%) compared to f8368c4

Details

Codecov Report

❌ Patch coverage is 0% with 241 lines in your changes missing coverage. Please review.
✅ Project coverage is 27.23%. Comparing base (f8368c4) to head (51525ab).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...nSwiftUICore/Event/Event/EventBindingManager.swift 0.00% 142 Missing ⚠️
...enSwiftUICore/Event/Event/EventBindingBridge.swift 0.00% 52 Missing ⚠️
...urces/OpenSwiftUICore/Event/Event/MouseEvent.swift 0.00% 14 Missing ⚠️
Sources/OpenSwiftUICore/Event/Event/EventID.swift 0.00% 13 Missing ⚠️
...enSwiftUICore/Event/Event/EventBindingSource.swift 0.00% 6 Missing ⚠️
...ources/OpenSwiftUICore/Event/Event/EventType.swift 0.00% 6 Missing ⚠️
...urces/OpenSwiftUICore/Event/Event/EventPhase.swift 0.00% 4 Missing ⚠️
...s/OpenSwiftUICore/Event/Event/EventModifiers.swift 0.00% 2 Missing ⚠️
...e/Event/Responder/DefaultLayoutViewResponder.swift 0.00% 1 Missing ⚠️
...penSwiftUICore/Event/Responder/ResponderNode.swift 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1054      +/-   ##
==========================================
- Coverage   27.31%   27.23%   -0.09%     
==========================================
  Files         735      740       +5     
  Lines       54011    54185     +174     
==========================================
+ Hits        14755    14756       +1     
- Misses      39256    39429     +173     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.