Closed farrellh1 closed 1 month ago
Attention: Patch coverage is 85.58140%
with 31 lines
in your changes missing coverage. Please review.
Project coverage is 66.17%. Comparing base (
d167976
) to head (51e8a17
). Report is 18 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In every PR let's try to improve typing, add @typescript-eslint/no-explicit-any to your lint configuration temporarily and try to resolve some of them so that we can enforce @typescript-eslint/no-explicit-any in our pipeline soon. There are around 100 instances of "explicit any" so 5-10 per PR if possible would work I guess. (Just a suggestion, let me know what you think)
Description
Add bank management feature
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist:
Please check if the PR fulfills these requirements
[ ] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes/features)