Service name: API Course
Service tags:
Service repository: https://github.com/Nikita-Filonov/swagger-coverage-tool
Service swagger URL: http://localhost:8000/openapi.json
Service swagger file: unknown
Report created at: 2025-04-09 23:08:47
Total results: 20
Method | Endpoint | Covered? | Total cases | Total coverage | |
---|---|---|---|---|---|
GET | /api/v1/users/me | 1 | 100% | ||
GET | /api/v1/users/{user_id} | 0 | 0% | ||
PATCH | /api/v1/users/{user_id} | 0 | 0% | ||
DELETE | /api/v1/users/{user_id} | 0 | 0% | ||
POST | /api/v1/users | 19 | 60% | ||
POST | /api/v1/authentication/login | 0 | 0% | ||
POST | /api/v1/authentication/refresh | 0 | 0% | ||
GET | /api/v1/files/{file_id} | 3 | 100% | ||
DELETE | /api/v1/files/{file_id} | 1 | 50% | ||
POST | /api/v1/files | 12 | 100% | ||
GET | /api/v1/courses | 1 | 60% | ||
POST | /api/v1/courses | 7 | 60% | ||
GET | /api/v1/courses/{course_id} | 0 | 0% | ||
PATCH | /api/v1/courses/{course_id} | 1 | 60% | ||
DELETE | /api/v1/courses/{course_id} | 0 | 0% | ||
GET | /api/v1/exercises | 1 | 60% | ||
POST | /api/v1/exercises | 5 | 60% | ||
GET | /api/v1/exercises/{exercise_id} | 2 | 50% | ||
PATCH | /api/v1/exercises/{exercise_id} | 1 | 60% | ||
DELETE | /api/v1/exercises/{exercise_id} | 1 | 50% |