chore: Refactor patch coverage remediation plan and create dedicated spec file

- Moved the existing patch coverage remediation plan from `current_spec.md` to a new file `patch_coverage_spec.md` for better organization and focus on security remediation.
- Updated the goal to emphasize restoring Codecov patch coverage to green by ensuring 100% of modified lines are executed by tests.
- Defined two workstreams: one for fixing patch coverage in specific backend files and another for updating prevention measures in instructions and agent files.
- Added a detailed missing files table to track Codecov patch report line ranges and corresponding test strategies.
- Included guidance on handling partial patch lines and common patterns for missed coverage.
- Specified a remediation plan with a test-first approach and per-file testing strategies for targeted coverage improvements.
- Updated relevant instructions and agent files to enforce patch coverage requirements and improve validation processes.
This commit is contained in:
GitHub Actions
2026-01-10 03:06:07 +00:00
parent 4d7f0425ee
commit 9eb0f31e75
5 changed files with 14566 additions and 250 deletions

1
.gitignore vendored
View File

@@ -245,3 +245,4 @@ my-codeql-db/**
codeql-linux64.zip
backend/main
**.out
docs/plans/supply_chain_security_implementation.md.backup