-
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
Add seedData functionality #40
Add seedData functionality #40
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #40 +/- ##
============================================
+ Coverage 75.26% 75.86% +0.60%
- Complexity 419 426 +7
============================================
Files 71 72 +1
Lines 1338 1351 +13
Branches 126 129 +3
============================================
+ Hits 1007 1025 +18
+ Misses 301 295 -6
- Partials 30 31 +1 ☔ 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.
Implementation looks good! But test cases might not be as complete, after fixing that, it should be all good!
src/test/java/seedu/address/logic/commands/SeedDataCommandTest.java
Outdated
Show resolved
Hide resolved
Also, you might want to consider using |
LGTM! |
Looks good! |
Closes #9