Closed greschd closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.54%. Comparing base (
702df6c
) to head (8ee9493
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add explicit checks for the type of the objects being added to a LinkedObjectList, and raise a TypeError if the type is incorrect.
Previously the backend error message was raised as RuntimeError, which is difficult to understand for the user.