Refactor: DTOs to records and finalize soft-delete audit trail #23
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.
main@0628371). Learn more about missing BASE report.
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.
Loading