Closed glyph closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.40%. Comparing base (
2152e7b
) to head (50f16a1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The tracebacks when accidentally getting the signature wrong on a
one()
ormany()
loader were sufficiently difficult to debug that I really wanted to make it quickly possible to debug where the relevant loader was actually defined. This adds some synthetic traceback lines which make it much easier to see.