Closed MythicManiac closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
216a20f
) 92.20% compared to head (c2db7fa
) 92.20%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
A few API views declared a serializer they supposedly used for the docs without actually using said serializer to format the data. This commit actually passes the data through the declared serialiers, which is generally what you'd expect when working on a DRF API.