chore: remove deprecated entry points from coverage exclusions

This commit is contained in:
GitHub Actions
2026-02-16 08:09:43 +00:00
parent 2a58e220f6
commit 7f2532a3f7
2 changed files with 0 additions and 5 deletions

View File

@@ -87,9 +87,6 @@ ignore:
# =========================================================================
# ENTRY POINTS - Bootstrap code with minimal testable logic
# =========================================================================
- "backend/cmd/api/**" # Main entry point, CLI handling
- "backend/cmd/seed/**" # Database seeding utility
- "frontend/src/main.tsx" # React bootstrap
# =========================================================================
# INFRASTRUCTURE PACKAGES - Observability, align with local script