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

Fix findCommand context bug #224

Conversation

PrestonTYR
Copy link

Fix bug where findCommand does not reset the accessed patient in the model's context

@PrestonTYR PrestonTYR added this to the v1.4 milestone Nov 8, 2020
@codecov-io
Copy link

Codecov Report

Merging #224 (932323c) into master (9673d10) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #224      +/-   ##
============================================
+ Coverage     65.46%   65.47%   +0.01%     
  Complexity      852      852              
============================================
  Files           120      120              
  Lines          3075     3076       +1     
  Branches        359      359              
============================================
+ Hits           2013     2014       +1     
  Misses          924      924              
  Partials        138      138              
Impacted Files Coverage Δ Complexity Δ
...ava/seedu/medibook/logic/commands/FindCommand.java 90.00% <100.00%> (+0.52%) 10.00 <0.00> (ø)

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 9673d10...932323c. Read the comment docs.

Copy link

@wang-jun-hao wang-jun-hao left a comment

Choose a reason for hiding this comment

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

lgtm

@wang-jun-hao wang-jun-hao merged commit c9fdd2e into AY2021S1-CS2103T-F13-3:master Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants