-
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 Module.java class and ModuleTest.java #59
add Module.java class and ModuleTest.java #59
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #59 +/- ##
============================================
+ Coverage 75.26% 75.36% +0.10%
- Complexity 419 424 +5
============================================
Files 71 72 +1
Lines 1338 1352 +14
Branches 126 127 +1
============================================
+ Hits 1007 1019 +12
- Misses 301 303 +2
Partials 30 30 ☔ 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.
Looks good to me!
assertFalse(Module.isValidModule("cs2103t")); // suffix not capitalised | ||
assertFalse(Module.isValidModule("cs2103T")); // prefix not capitalised | ||
|
||
// valid phone numbers |
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.
Nits misleading phone numbers comments in this file, please fix in future commits!
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.
will do
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.
Nits misleading comments in the file
No description provided.