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(components): add XML summaries to all publicly visible members #162

Merged
merged 5 commits into from
Jan 31, 2025

test: update `_Imports`

8e5f486
Select commit
Loading
Failed to load commit list.
Merged

feat(components): add XML summaries to all publicly visible members #162

test: update `_Imports`
8e5f486
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 31, 2025 in 0s

94.48% (target 90.00%)

View this Pull Request on Codecov

94.48% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 90.94923% with 41 lines in your changes missing coverage. Please review.

Project coverage is 94.48%. Comparing base (19b89dc) to head (8e5f486).
Report is 99 commits behind head on main.

Files with missing lines Patch % Lines
src/LumexUI/Components/Collapse/LumexCollapse.cs 78.95% 11 Missing and 1 partial ⚠️
...c/LumexUI/Components/Accordion/AccordionContext.cs 66.67% 4 Missing and 3 partials ⚠️
src/LumexUI/Components/Radio/LumexRadio.razor.cs 76.67% 3 Missing and 4 partials ⚠️
.../LumexUI/Components/Radio/LumexRadioGroup.razor.cs 87.27% 4 Missing and 3 partials ⚠️
src/LumexUI/Components/Icon/LumexIcon.razor.cs 73.33% 3 Missing and 1 partial ⚠️
...I/Components/Providers/LumexThemeProvider.razor.cs 96.36% 0 Missing and 2 partials ⚠️
.../LumexUI/Components/Bases/LumexBooleanInputBase.cs 90.00% 1 Missing ⚠️
src/LumexUI/Components/Bases/LumexComponentBase.cs 88.89% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #162      +/-   ##
==========================================
- Coverage   96.95%   94.48%   -2.47%     
==========================================
  Files          70      105      +35     
  Lines        1542     2520     +978     
  Branches      150      321     +171     
==========================================
+ Hits         1495     2381     +886     
- Misses         28       77      +49     
- Partials       19       62      +43     

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