feat(errors): add new entity types for bank connections and transactions #88

Merged
argoyle merged 1 commits from feat/errors-add-entity-bank-types into main 2025-11-05 20:10:09 +00:00
argoyle commented 2025-11-05 19:08:47 +00:00 (Migrated from gitlab.com)

Adds EntityBankConnection and EntityBankTransaction to the
errors package to enhance error handling capabilities related
to banking operations. This improves the clarity and
specificity of error messages associated with bank-related
entities.

Adds EntityBankConnection and EntityBankTransaction to the errors package to enhance error handling capabilities related to banking operations. This improves the clarity and specificity of error messages associated with bank-related entities.
argoyle commented 2025-11-05 19:12:19 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests.
Project coverage is 100.00%. Comparing base (d918229) to head (d32e0ad).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #87   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           73        73           
=========================================
  Hits            73        73           

View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware:shiny/presenter/pull/87?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny) Report :white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 100.00%. Comparing base ([`d918229`](https://app.codecov.io/gl/unboundsoftware:shiny/presenter/commit/d918229d4a92c7ba24c64ce7a2de1fc0e2e4f9fb?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny)) to head ([`d32e0ad`](https://app.codecov.io/gl/unboundsoftware:shiny/presenter/commit/d32e0ad41bd58a757e24bcca4119718637894346?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny)). <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #87 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 73 73 ========================================= Hits 73 73 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware:shiny/presenter/pull/87?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=shiny). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. </details>
argoyle (Migrated from gitlab.com) merged commit 32664e15be into main 2025-11-05 20:10:09 +00:00
argoyle commented 2025-11-05 20:10:10 +00:00 (Migrated from gitlab.com)

mentioned in commit 32664e15be

mentioned in commit 32664e15be5975147a1b9fb449a558b4516824ac
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shiny/presenter#88