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

Use useId to generate unique ids for accessibility attributes. #4055

Merged
merged 1 commit into from
Jan 8, 2025

Use useId to generate unique ids for accessibility attributes.

c88eb43
Select commit
Loading
Failed to load commit list.
Merged

Use useId to generate unique ids for accessibility attributes. #4055

Use useId to generate unique ids for accessibility attributes.
c88eb43
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2025 in 1s

94.52% (+0.00%) compared to 05194d8

View this Pull Request on Codecov

94.52% (+0.00%) compared to 05194d8

Details

Codecov Report

Attention: Patch coverage is 96.42857% with 3 lines in your changes missing coverage. Please review.

Project coverage is 94.52%. Comparing base (05194d8) to head (c88eb43).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
src/components/CollectionInfo.js 71.42% 2 Missing ⚠️
src/components/WindowSideBarInfoPanel.js 75.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4055   +/-   ##
=======================================
  Coverage   94.52%   94.52%           
=======================================
  Files         313      313           
  Lines       14767    14773    +6     
  Branches     2496     2495    -1     
=======================================
+ Hits        13958    13964    +6     
  Misses        804      804           
  Partials        5        5           

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