## Description: The current make coverage command generates HTML output. Add a new target that outputs coverage percentage to the terminal for CI/CD integration. Implementation Guidance: - [ ] Add a new coverage-report target to the Makefile - [ ] Use go test -cover with appropriate flags - [ ] Format output for easy parsing by CI tools - [ ] Keep the existing coverage target for HTML output