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

Refactor #164

Merged
merged 2 commits into from
Oct 27, 2020
Merged

Refactor #164

merged 2 commits into from
Oct 27, 2020

Conversation

GabrielTeo
Copy link
Member

No description provided.

@GabrielTeo GabrielTeo added this to the v1.3 milestone Oct 27, 2020
@GabrielTeo GabrielTeo self-assigned this Oct 27, 2020
@codecov-io
Copy link

Codecov Report

Merging #164 into master will not change coverage.
The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #164   +/-   ##
=========================================
  Coverage     57.30%   57.30%           
  Complexity      464      464           
=========================================
  Files            91       91           
  Lines          1827     1827           
  Branches        206      206           
=========================================
  Hits           1047     1047           
  Misses          726      726           
  Partials         54       54           
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 75.00% <0.00%> (ø) 3.00 <0.00> (ø)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...ic/commands/appointmentcommand/AddApptCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...java/seedu/address/storage/JsonAdaptedPatient.java 95.71% <ø> (ø) 15.00 <0.00> (ø)
src/main/java/seedu/address/ui/MainWindow.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 9.00 <1.00> (ø)
...va/seedu/address/logic/commands/DeleteCommand.java 93.75% <100.00%> (ø) 15.00 <0.00> (ø)
...java/seedu/address/logic/commands/EditCommand.java 95.29% <100.00%> (ø) 13.00 <1.00> (ø)
... and 4 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 5e288be...b5ec9fb. Read the comment docs.

@GabrielTeo GabrielTeo merged commit 778a231 into AY2021S1-CS2103T-W15-3: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.

None yet

2 participants