Skip to content
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

Disallow argument for all one-word commands #180

Merged

Conversation

florenciamartina
Copy link
Collaborator

Fixes #166

@codecov-io
Copy link

Codecov Report

Merging #180 into master will increase coverage by 0.26%.
The diff coverage is 91.48%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #180      +/-   ##
============================================
+ Coverage     72.72%   72.98%   +0.26%     
- Complexity      745      753       +8     
============================================
  Files           110      109       -1     
  Lines          2130     2158      +28     
  Branches        262      271       +9     
============================================
+ Hits           1549     1575      +26     
  Misses          495      495              
- Partials         86       88       +2     
Impacted Files Coverage Δ Complexity Δ
...va/seedu/address/logic/commands/CclearCommand.java 100.00% <ø> (ø) 3.00 <0.00> (ø)
...ava/seedu/address/logic/commands/ClistCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/HelpCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/ListCommand.java 83.33% <ø> (ø) 3.00 <0.00> (ø)
...va/seedu/address/logic/commands/MclearCommand.java 100.00% <ø> (ø) 3.00 <0.00> (ø)
...ava/seedu/address/logic/commands/MlistCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...ava/seedu/address/logic/commands/ResetCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...edu/address/logic/commands/UnassignallCommand.java 80.00% <ø> (ø) 3.00 <0.00> (ø)
...edu/address/logic/parser/OneWordCommandParser.java 91.30% <91.30%> (ø) 20.00 <20.00> (?)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8669f67...bee1dd6. Read the comment docs.

@florenciamartina florenciamartina merged commit d2529c7 into AY2021S1-CS2103-T14-1:master Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consistent parsing for one-word commands
3 participants