Skip to content
New issue

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

Write test for each algorithm to improve code coverage #6

Closed
jingedawang opened this issue Apr 5, 2022 · 4 comments
Closed

Write test for each algorithm to improve code coverage #6

jingedawang opened this issue Apr 5, 2022 · 4 comments

Comments

@jingedawang
Copy link
Owner

No description provided.

@jingedawang jingedawang self-assigned this Apr 5, 2022
@jingedawang jingedawang added this to the Open-Source Setup milestone Apr 5, 2022
@jingedawang jingedawang changed the title Write test for each algorithm Write test for each algorithm to improve code coverage Apr 19, 2022
@jingedawang
Copy link
Owner Author

Wrote tests for containers.

@jingedawang
Copy link
Owner Author

Wrote tests for sort algorithms and dynamic programming algorithms.

@jingedawang
Copy link
Owner Author

Wrote tests for greedy and math algorithms.

@jingedawang
Copy link
Owner Author

Almost finished. Current code coverage is 94%. 100% coverage is not really necessary because the remaining holes are very small corners which are used for special cases and not suitable for any circumstances in normal way. So I think to test each of them is not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant