Coverage report: 96%
Files Functions Classes
coverage.py v7.8.2, created at 2025-06-04 02:16 +0000
File | statements | missing | excluded | coverage |
---|---|---|---|---|
app/domain/repository/__init__.py | 1 | 0 | 0 | 100% |
app/domain/repository/user_repository.py | 11 | 0 | 0 | 100% |
app/endpoint/__init__.py | 0 | 0 | 0 | 100% |
app/endpoint/health/__init__.py | 2 | 0 | 0 | 100% |
app/endpoint/health/get_health.py | 4 | 0 | 0 | 100% |
app/endpoint/health/router.py | 2 | 0 | 0 | 100% |
app/endpoint/router.py | 5 | 0 | 0 | 100% |
app/endpoint/user/__init__.py | 2 | 0 | 0 | 100% |
app/endpoint/user/get_user.py | 10 | 0 | 0 | 100% |
app/endpoint/user/router.py | 2 | 0 | 0 | 100% |
app/infrastructure/database/db.py | 25 | 3 | 0 | 88% |
app/main.py | 7 | 0 | 0 | 100% |
Total | 71 | 3 | 0 | 96% |
No items found using the specified filter.