-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update AddCommand to AddProjectCommand #22
Update AddCommand to AddProjectCommand #22
Conversation
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.
This version failed the checks. I've commented on the places the checks failed.
src/main/java/seedu/address/logic/parser/AddProjectCommandParser.java
Outdated
Show resolved
Hide resolved
src/main/java/seedu/address/logic/parser/AddressBookParser.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #22 +/- ##
============================================
- Coverage 75.26% 72.01% -3.25%
+ Complexity 419 385 -34
============================================
Files 71 71
Lines 1338 1265 -73
Branches 126 114 -12
============================================
- Hits 1007 911 -96
- Misses 301 319 +18
- Partials 30 35 +5 ☔ View full report in Codecov by Sentry. |
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. The codecov test didn't pass, but we can fix it in the next week.
Update pull request
Update Pull Request
No description provided.