-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add more tests #189
Add more tests #189
Conversation
Fix bugs regarding - FindTaskCommand with no arguments not clearing filters - "Listed 1 tasks" changed to "Listed 1 task(s)" (Same with persons) - Undo string for FindTask and Find Commands now display the correct previous amounts of tasks/persons listed.
Codecov Report
@@ Coverage Diff @@
## master #189 +/- ##
============================================
+ Coverage 60.82% 61.74% +0.92%
- Complexity 680 693 +13
============================================
Files 123 123
Lines 2757 2766 +9
Branches 264 266 +2
============================================
+ Hits 1677 1708 +31
+ Misses 985 964 -21
+ Partials 95 94 -1
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.
LGTM
Adding various tests
Fix bugs: