Skip to content

[RELEASE] Sprint 19 — Polish, Markdown Editor & Categories#352

Merged
mpaulosky merged 59 commits into
mainfrom
dev
May 23, 2026
Merged

[RELEASE] Sprint 19 — Polish, Markdown Editor & Categories#352
mpaulosky merged 59 commits into
mainfrom
dev

Merge pull request #358 from mpaulosky/squad/355-merge-main-into-dev-…

e0a46c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 23, 2026 in 0s

79.86% (-6.71%) compared to 7806be9

View this Pull Request on Codecov

79.86% (-6.71%) compared to 7806be9

Details

Codecov Report

❌ Patch coverage is 77.26926% with 298 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.86%. Comparing base (7806be9) to head (e0a46c6).

Files with missing lines Patch % Lines
src/Web/Features/Categories/List/Index.razor 0.00% 47 Missing and 12 partials ⚠️
...frastructure/Caching/UserManagementCacheService.cs 0.00% 48 Missing and 8 partials ⚠️
...b/Features/UserManagement/UserManagementHandler.cs 53.78% 47 Missing and 8 partials ⚠️
...Infrastructure/FileStorage/LocalDiskFileStorage.cs 0.00% 20 Missing and 3 partials ⚠️
src/Web/Features/BlogPosts/Create/Create.razor 62.00% 7 Missing and 12 partials ⚠️
src/AppHost/MongoDbResourceBuilderExtensions.cs 94.61% 15 Missing and 1 partial ⚠️
src/Web/Components/Shared/TextEditor.razor 50.00% 12 Missing and 2 partials ⚠️
src/Web/Features/UserManagement/Profile.razor 78.33% 6 Missing and 7 partials ⚠️
...c/Web/Components/Shared/PageHeadingComponent.razor 57.14% 1 Missing and 5 partials ⚠️
src/Web/Features/BlogPosts/Edit/Edit.razor 91.54% 2 Missing and 4 partials ⚠️
... and 11 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #352      +/-   ##
==========================================
- Coverage   86.57%   79.86%   -6.71%     
==========================================
  Files          44       68      +24     
  Lines        1043     1659     +616     
  Branches      116      201      +85     
==========================================
+ Hits          903     1325     +422     
- Misses         96      244     +148     
- Partials       44       90      +46     
Files with missing lines Coverage Δ
src/Domain/Abstractions/Result.cs 80.55% <ø> (ø)
src/Domain/Behaviors/ValidationBehavior.cs 100.00% <100.00%> (ø)
src/Domain/Entities/BlogPost.cs 100.00% <100.00%> (ø)
src/Domain/Entities/Category.cs 100.00% <100.00%> (ø)
src/Domain/ValueObjects/PostAuthor.cs 100.00% <100.00%> (ø)
src/Web/Components/Layout/MainLayout.razor 100.00% <ø> (ø)
src/Web/Components/Layout/NavMenu.razor 75.00% <ø> (ø)
src/Web/Data/BlogDbContext.cs 100.00% <100.00%> (ø)
src/Web/Data/BlogPostDto.cs 100.00% <100.00%> (ø)
src/Web/Data/BlogPostMappings.cs 100.00% <100.00%> (ø)
... and 41 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.