-
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
Update UG for info, calculateCAP, calculateMC #243
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #243 +/- ##
=========================================
Coverage 81.67% 81.67%
Complexity 593 593
=========================================
Files 78 78
Lines 1746 1746
Branches 174 174
=========================================
Hits 1426 1426
Misses 294 294
Partials 26 26 ☔ View full report in Codecov by Sentry. |
docs/UserGuide.md
Outdated
* info CS2109S | ||
* info CS1010 |
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.
Should include explanation for each example command.
if () then ([else]) | ||
:ParseException: Invalid Command Format; | ||
stop | ||
( [all fields are filled and valid] ) elseif() then ([else])) |
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.
Extra )
:ParseException: Invalid Command Format; | ||
stop |
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.
Can try adding puml partitions (AddCommandParser and AddCommand) to show where everything happens.
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 👍
No description provided.