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

Update tests for appointment commands #243

Merged
merged 3 commits into from
Nov 9, 2023

Conversation

licongshen12
Copy link

@licongshen12 licongshen12 commented Nov 9, 2023

Fixes #249

Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #243 (74f0f3d) into master (1c8e4ff) will increase coverage by 3.74%.
Report is 5 commits behind head on master.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #243      +/-   ##
============================================
+ Coverage     74.84%   78.59%   +3.74%     
- Complexity      767      827      +60     
============================================
  Files           125      125              
  Lines          2461     2490      +29     
  Branches        240      244       +4     
============================================
+ Hits           1842     1957     +115     
+ Misses          511      431      -80     
+ Partials        108      102       -6     
Files Coverage Δ
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <100.00%> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <100.00%> (ø)
...java/seedu/address/logic/commands/HelpCommand.java 100.00% <100.00%> (ø)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <100.00%> (ø)
...java/seedu/address/logic/commands/ModeCommand.java 100.00% <100.00%> (ø)

... and 22 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Copy link

@trgao trgao left a comment

Choose a reason for hiding this comment

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

LGTM

@trgao trgao merged commit b8ff430 into AY2324S1-CS2103T-T08-4:master Nov 9, 2023
@licongshen12 licongshen12 added this to the v1.4 milestone Nov 10, 2023
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.

Add Parser Tests for Other Commands
2 participants