-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bug fix on Estimate and some refactoring #258
Bug fix on Estimate and some refactoring #258
Conversation
…nd added fix for bugs
# Conflicts: # src/main/java/anichan/Main.java Retained changes from upstream branch. Refactored Main.
Codecov Report
@@ Coverage Diff @@
## master #258 +/- ##
============================================
- Coverage 76.25% 76.08% -0.17%
- Complexity 489 499 +10
============================================
Files 47 47
Lines 1815 1844 +29
Branches 174 183 +9
============================================
+ Hits 1384 1403 +19
- Misses 369 379 +10
Partials 62 62
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for refactoring Main, looks neater now!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
Added more checks and bug fix on:
Refactor:
Update:
Fixes #240 and #242