Closed JuliaPoo closed 6 months ago
Attention: Patch coverage is 65.21739%
with 8 lines
in your changes are missing coverage. Please review.
Project coverage is 66.99%. Comparing base (
4b9a8d7
) to head (531bef0
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I attempted to manually find and handle null exceptions stemming from the optional argument in
AddCommand
, however, I soon gave up and decided to changePerson.metadata
into andOptional
and let the type system tell me what to change.Fixes #178, fixes #153, fixes #147, fixes #142, fixes #139, fixes #137, fixes #134, fixes #126