Skip to content

fix: remove redundant ObjectId.Empty checks per code review

307ec88
Select commit
Loading
Failed to load commit list.
Merged

fix: map Title, CategoryId, and StatusId in UpdateIssueCommand; fix EditCategory/StatusPage name fields #131

fix: remove redundant ObjectId.Empty checks per code review
307ec88
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 14, 2026 in 1s

55.76% (+0.24%) compared to 7180786

View this Pull Request on Codecov

55.76% (+0.24%) compared to 7180786

Details

Codecov Report

❌ Patch coverage is 79.31034% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.76%. Comparing base (7180786) to head (307ec88).

Files with missing lines Patch % Lines
...Web/Components/Features/Issues/EditIssuePage.razor 0.00% 4 Missing ⚠️
...ponents/Features/Categories/EditCategoryPage.razor 0.00% 1 Missing ⚠️
.../Components/Features/Statuses/EditStatusPage.razor 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #131      +/-   ##
==========================================
+ Coverage   55.52%   55.76%   +0.24%     
==========================================
  Files         124      124              
  Lines        2826     2853      +27     
  Branches      313      318       +5     
==========================================
+ Hits         1569     1591      +22     
- Misses       1027     1031       +4     
- Partials      230      231       +1     
Files with missing lines Coverage Δ
src/Api/Handlers/Issues/UpdateIssueHandler.cs 97.56% <100.00%> (+2.32%) ⬆️
src/Shared/Contracts/UpdateIssueCommand.cs 100.00% <100.00%> (ø)
...ponents/Features/Categories/EditCategoryPage.razor 0.00% <0.00%> (ø)
.../Components/Features/Statuses/EditStatusPage.razor 0.00% <0.00%> (ø)
...Web/Components/Features/Issues/EditIssuePage.razor 0.00% <0.00%> (ø)
🚀 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.