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/add booking command #213

Conversation

iamgenechua
Copy link

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #213 into master will increase coverage by 0.12%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #213      +/-   ##
============================================
+ Coverage     73.46%   73.59%   +0.12%     
- Complexity      838      839       +1     
============================================
  Files           122      122              
  Lines          2536     2537       +1     
  Branches        312      313       +1     
============================================
+ Hits           1863     1867       +4     
+ Misses          560      556       -4     
- Partials        113      114       +1     
Impacted Files Coverage Δ Complexity Δ
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ss/logic/commands/exceptions/CommandException.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
.../address/logic/parser/AddBookingCommandParser.java 80.00% <50.00%> (ø) 5.00 <1.00> (?)
...eedu/address/logic/commands/AddBookingCommand.java 67.50% <70.00%> (ø) 11.00 <1.00> (?)
.../seedu/address/logic/parser/AddressBookParser.java 75.00% <100.00%> (ø) 17.00 <0.00> (ø)
...seedu/address/model/booking/UniqueBookingList.java 91.46% <0.00%> (+2.43%) 39.00% <0.00%> (+1.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 9be6c7c...c662e4e. Read the comment docs.

@iamgenechua iamgenechua linked an issue Nov 3, 2020 that may be closed by this pull request
@iamgenechua iamgenechua merged commit a836726 into AY2021S1-CS2103-W14-2:master Nov 3, 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.

Refactor CheckIn to AddBooking
3 participants