Skip to content

fix: restore Models folder and correct namespace imports in repositor…

7353b62
Select commit
Loading
Failed to load commit list.
Merged

Refactor: DTOs to records and finalize soft-delete audit trail #23

fix: restore Models folder and correct namespace imports in repositor…
7353b62
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 21, 2026 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

❌ Patch coverage is 7.81250% with 354 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@0628371). Learn more about missing BASE report.
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/Api/Program.cs 0.00% 101 Missing and 2 partials ⚠️
src/Api/Data/IssueRepository.cs 38.18% 30 Missing and 4 partials ⚠️
src/Api/Handlers/ListIssuesHandler.cs 0.00% 26 Missing and 2 partials ⚠️
src/Shared/Models/Comment.cs 0.00% 26 Missing ⚠️
src/Shared/DTOs/CommentDto.cs 0.00% 24 Missing ⚠️
src/Shared/DTOs/IssueDto.cs 0.00% 24 Missing ⚠️
src/Shared/Models/Issue.cs 0.00% 20 Missing ⚠️
src/Api/Handlers/UpdateIssueHandler.cs 0.00% 14 Missing and 4 partials ⚠️
src/Api/Handlers/DeleteIssueHandler.cs 0.00% 12 Missing and 3 partials ⚠️
src/Shared/DTOs/CategoryDto.cs 0.00% 12 Missing ⚠️
... and 5 more
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage        ?   29.05%           
=======================================
  Files           ?       28           
  Lines           ?      654           
  Branches        ?       37           
=======================================
  Hits            ?      190           
  Misses          ?      440           
  Partials        ?       24           
Files with missing lines Coverage Δ
src/Api/Handlers/CreateIssueHandler.cs 69.56% <ø> (ø)
src/Api/Handlers/GetIssueHandler.cs 58.82% <ø> (ø)
src/Api/Handlers/UpdateIssueStatusHandler.cs 61.90% <ø> (ø)
src/Shared/Domain/Issue.cs 100.00% <100.00%> (ø)
src/Shared/Domain/Label.cs 100.00% <ø> (ø)
src/Shared/Validators/CreateIssueValidator.cs 95.65% <ø> (ø)
...rc/Shared/Validators/UpdateIssueStatusValidator.cs 90.90% <ø> (ø)
src/Web/Components/CreateIssueRequest.cs 100.00% <ø> (ø)
src/Web/Components/IssueForm.razor 100.00% <ø> (ø)
src/Shared/DTOs/UserDto.cs 0.00% <0.00%> (ø)
... and 14 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.