Closed zupzup closed 3 days ago
Attention: Patch coverage is 72.04451%
with 402 lines
in your changes missing coverage. Please review.
Project coverage is 31.88%. Comparing base (
6122f09
) to head (8c0d384
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
The bill-refactoring part of #214, moving most of the logic for bill to the service/persistence structure and adding testability and error-handling across the code base.
Structurally, it's mostly done - I'll take a look at the long
return_bill
handler and see, if I can't move parts of it into the service and reduce some duplication there.Besides that, I'll just add tests for most of the bill service methods, as far as that's possible before the blockchain code refactoring.