You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file ./src/utils.jl currently has a low test coverage of 30.77%, which increases the risk of undetected issues in the codebase. This issue emphasizes the need to add comprehensive unit tests for the file.
Objective:
Improve the test coverage for ./src/utils.jl by writing and integrating robust unit tests.
Details:
Develop tests to validate the functionality of the code.
Address edge cases and ensure appropriate error handling is tested.
Integrate the new tests into the existing test suite for seamless execution.