Description
Currently, the code coverage for the project stands at approximately 11% . To ensure the stability of the CLI, prevent regressions, and facilitate safer refactoring in the future, we should aim to increase this coverage. This would also fix a part of #94
Goals
- Identify critical paths that are currently untested.
- Add unit tests for utility functions, commands and other parts of the project.
Description
Currently, the code coverage for the project stands at approximately 11% . To ensure the stability of the CLI, prevent regressions, and facilitate safer refactoring in the future, we should aim to increase this coverage. This would also fix a part of #94
Goals