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

feat: Incremental Accessibility Tree #853

Merged
merged 5 commits into from
Sep 7, 2024

Conversation

marc2332
Copy link
Owner

@marc2332 marc2332 commented Sep 7, 2024

Closes #825

@marc2332 marc2332 changed the title feat: Incremental updating of the accessibility tree feat: Incremental Accessibility Tree Sep 7, 2024
Copy link

codecov bot commented Sep 7, 2024

Codecov Report

Attention: Patch coverage is 58.57143% with 174 lines in your changes missing coverage. Please review.

Project coverage is 75.95%. Comparing base (630a579) to head (468b647).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/renderer/src/accessibility.rs 0.00% 78 Missing ⚠️
crates/core/src/accessibility/tree.rs 74.87% 51 Missing ⚠️
crates/renderer/src/app.rs 0.00% 29 Missing ⚠️
crates/renderer/src/renderer.rs 0.00% 7 Missing ⚠️
crates/testing/src/test_handler.rs 79.16% 5 Missing ⚠️
crates/common/src/accessibility.rs 60.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main     #853    +/-   ##
========================================
  Coverage   75.94%   75.95%            
========================================
  Files         202      203     +1     
  Lines       22760    22899   +139     
========================================
+ Hits        17286    17392   +106     
- Misses       5474     5507    +33     

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

@marc2332 marc2332 merged commit 72dd5e3 into main Sep 7, 2024
4 checks passed
@marc2332 marc2332 deleted the feat/incremental-accessibility-tree branch September 7, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enhancement: Incremental Accessibility Tree
1 participant