fix: Address code review feedback

- Added explanation for logger mocking in tests/setup.ts
- Removed test files from coverage collection in jest.config.js
- Updated tests/README.md to clarify coverage approach and remove outdated threshold reference

Co-authored-by: mindesbunister <32161838+mindesbunister@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-05 00:20:11 +00:00
parent 1b6297b1e2
commit 011e489c8b
3 changed files with 15 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ const config = {
setupFilesAfterEnv: ['<rootDir>/tests/setup.ts'],
collectCoverageFrom: [
'lib/trading/position-manager.ts',
'tests/**/*.ts',
],
coverageReporters: ['text', 'text-summary', 'html'],
verbose: true,