We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase the scope of unit tests. Missing test cases can be found on Coveralls.
Test coverage is low.
We can refer to the code marked as lacking tests on Coveralls and add corresponding test cases.
The text was updated successfully, but these errors were encountered:
The file that has the greatest impact on coverage is handle.rs.
The key lines are:
katharsis/src/cmd/handle.rs
Line 46 in 215689f
When testing, we should think about how to simulate user input🤔.
Tips: We are considering adding a -y parameter.
-y
Sorry, something went wrong.
No branches or pull requests
Test Description
Increase the scope of unit tests. Missing test cases can be found on Coveralls.
Rationale
Test coverage is low.
Additional Information
We can refer to the code marked as lacking tests on Coveralls and add corresponding test cases.
The text was updated successfully, but these errors were encountered: