Closed CallMeMaverick closed 2 months ago
This PR introduces Quiz model and endpoints for fetching quizzes, creating, updating and deleting them. Both controller and service are covered with tests. Relevant Swagger documentation has been updated.
Quiz
Closes #106
Failed conditions 37.5% Coverage on New Code (required ≥ 70%) 14.0% Duplication on New Code (required ≤ 3%)
See analysis details on SonarCloud
Description
This PR introduces
Quiz
model and endpoints for fetching quizzes, creating, updating and deleting them. Both controller and service are covered with tests. Relevant Swagger documentation has been updated.Tests
Controller
Service
Swagger
Endpoints
Router responses
Closes #106