auth2/internal/errors
Justin Hammond 802c1e137b Improve test coverage to 81% and fix validation error handling
- Add comprehensive tests for pkg/log achieving 100% coverage
- Add tests for basic auth provider factory and utils (98.5% coverage)
- Fix missing HTTP status mapping for validation errors in internal/errors
- Overall test coverage improved from 49.1% to 81.0%

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-27 22:00:28 +08:00
..
errors.go Implement Phase 2.2: Basic Authentication Components 2025-05-21 10:20:57 +08:00
errors_test.go Add comprehensive test coverage for core packages 2025-05-23 13:58:56 +08:00
http.go Improve test coverage to 81% and fix validation error handling 2025-05-27 22:00:28 +08:00
http_test.go Add comprehensive test coverage for core packages 2025-05-23 13:58:56 +08:00
standard_errors.go Implement Core Domain Models (Phase 1.3) 2025-05-20 23:27:22 +08:00
standard_errors_test.go Add comprehensive test coverage for core packages 2025-05-23 13:58:56 +08:00