-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Feature Description
Currently, the project has low / partial unit test coverage across multiple packages and components.
To improve code quality, reliability, and long-term maintainability, we should incrementally add unit tests for core logic and critical paths.
Proposed Solution
- Add unit tests across packages and files
- Follow Go table-driven test patterns
- Focus on:
- Core logic
- Utility functions
- Controller / service layers
- Ensure tests are deterministic and meaningful
Want to contribute?
- I would like to work on this issue.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.