Skip to content

Fix PR #422: Handle AppHost.Tests timeout in CI environments#424

Merged
mpaulosky merged 7 commits into
devfrom
squad/422-fix-pr422-build-solution
Jul 2, 2026
Merged

Fix PR #422: Handle AppHost.Tests timeout in CI environments#424
mpaulosky merged 7 commits into
devfrom
squad/422-fix-pr422-build-solution

fix(ca2016): explicitly forward CancellationToken.None in async metho…

a175069
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2026 in 0s

76.73% (-8.74%) compared to d89e955

View this Pull Request on Codecov

76.73% (-8.74%) compared to d89e955

Details

Codecov Report

❌ Patch coverage is 85.96491% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.73%. Comparing base (d89e955) to head (a175069).

Files with missing lines Patch % Lines
src/AppHost/MongoDbResourceBuilderExtensions.cs 23.07% 20 Missing ⚠️
...b/Features/UserManagement/UserManagementHandler.cs 91.66% 2 Missing ⚠️
src/Web/Features/UserManagement/ManageRoles.razor 92.30% 0 Missing and 1 partial ⚠️
src/Web/Security/Auth0ConfigurationHelper.cs 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #424      +/-   ##
==========================================
- Coverage   85.46%   76.73%   -8.74%     
==========================================
  Files          70       71       +1     
  Lines        1693     1775      +82     
  Branches      207      214       +7     
==========================================
- Hits         1447     1362      -85     
- Misses        166      336     +170     
+ Partials       80       77       -3     
Files with missing lines Coverage Δ
src/Web/Components/Theme/ThemeProvider.razor.cs 86.04% <100.00%> (+4.79%) ⬆️
src/Web/Data/MongoDbBlogPostRepository.cs 100.00% <100.00%> (ø)
src/Web/Data/MongoDbCategoryRepository.cs 100.00% <100.00%> (ø)
...Web/Infrastructure/Caching/BlogPostCacheService.cs 97.05% <100.00%> (+5.12%) ⬆️
...Infrastructure/FileStorage/LocalDiskFileStorage.cs 70.83% <100.00%> (+70.83%) ⬆️
src/Web/Security/RoleClaimsHelper.cs 91.93% <100.00%> (ø)
src/Web/Features/UserManagement/ManageRoles.razor 91.48% <92.30%> (+0.79%) ⬆️
src/Web/Security/Auth0ConfigurationHelper.cs 91.66% <91.66%> (ø)
...b/Features/UserManagement/UserManagementHandler.cs 59.85% <91.66%> (+5.30%) ⬆️
src/AppHost/MongoDbResourceBuilderExtensions.cs 41.69% <23.07%> (-53.55%) ⬇️

... and 2 files with indirect coverage changes

🚀 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.