fix: account balance calculation when moving transactions between accounts

- Fixed balance calculation logic in transaction update endpoint
- Added comprehensive test coverage for all error paths
- Added coverage/ directory to .gitignore
- Achieved 100% test coverage across all files
This commit is contained in:
GitHub Copilot
2025-04-24 09:24:00 -04:00
parent 99b70b519b
commit 96093200f5
3 changed files with 231 additions and 7 deletions

3
.gitignore vendored
View File

@@ -24,3 +24,6 @@ pnpm-debug.log*
.vscode/
*.swp
*.swo
# Test coverage
coverage/