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

Improve AddCommandTest #104

Merged

Conversation

rizkidelta
Copy link

Enhance AddCommandTest coverage by adding scenarios for empty string parameters and order-independent parameter tests, ensuring robust error handling and accurate processing of user inputs in varying formats.

Fix whitespace in Add command error message

Missing whitespace in error message fixed.
Closes #94 and #98

Enhance AddCommandTest coverage by adding scenarios for empty
string parameters and order-independent parameter tests,
ensuring robust error handling and accurate processing of user
inputs in varying formats

Fix whitespace in Add command error message

Missing whitespace in error message fixed
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.21%. Comparing base (d0c9dde) to head (3ac2420).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #104   +/-   ##
=========================================
  Coverage     76.21%   76.21%           
  Complexity      450      450           
=========================================
  Files            71       71           
  Lines          1442     1442           
  Branches        119      119           
=========================================
  Hits           1099     1099           
  Misses          306      306           
  Partials         37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@yisiox yisiox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yisiox yisiox merged commit d5e1e52 into AY2324S2-CS2103T-W12-3:master Mar 20, 2024
5 checks passed
aureliony pushed a commit that referenced this pull request Apr 15, 2024
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.

Improve Command tests
2 participants