trabajo-profesional-fiuba / assignment-service

Backend Service in charge of assignments, users, students and more.
https://tpp-g4-fiuba.azurewebsites.net/api/docs
MIT License
1 stars 0 forks source link

#276 Agrego algoritmo de flujo y mejoro calidad de codigo #279

Closed alejovillores closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 97.53086% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/api/assignments/exceptions.py 66.66% 1 Missing :warning:
src/api/assignments/service.py 88.88% 1 Missing :warning:
Files with missing lines Coverage Δ
src/api/assignments/router.py 88.88% <100.00%> (ø)
src/api/groups/mapper.py 100.00% <100.00%> (ø)
src/api/topics/mapper.py 100.00% <100.00%> (ø)
src/api/tutors/mapper.py 100.00% <100.00%> (ø)
src/api/tutors/service.py 73.04% <100.00%> (ø)
.../algorithms/topic_tutor/group_tutor_flow_solver.py 100.00% <100.00%> (+100.00%) :arrow_up:
...re/algorithms/topic_tutor/group_tutor_lp_solver.py 100.00% <100.00%> (ø)
src/core/group.py 78.88% <100.00%> (+1.24%) :arrow_up:
src/core/tutor.py 98.42% <100.00%> (+0.07%) :arrow_up:
src/api/assignments/exceptions.py 66.66% <66.66%> (ø)
... and 1 more