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

Clear services functionality #104

Merged

Conversation

hanstirtaputra
Copy link

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #104 into master will decrease coverage by 0.17%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #104      +/-   ##
============================================
- Coverage     45.97%   45.80%   -0.18%     
  Complexity      430      430              
============================================
  Files           115      116       +1     
  Lines          2112     2120       +8     
  Branches        248      248              
============================================
  Hits            971      971              
- Misses         1106     1114       +8     
  Partials         35       35              
Impacted Files Coverage Δ Complexity Δ
...ss/logic/commands/service/ClearServiceCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../seedu/address/logic/parser/AddressBookParser.java 64.00% <0.00%> (-2.67%) 12.00 <0.00> (ø)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...rc/main/java/seedu/address/model/ModelManager.java 67.94% <0.00%> (-2.72%) 25.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 ffbb5e4...1ccb128. Read the comment docs.

Copy link

@RuiFengg RuiFengg left a comment

Choose a reason for hiding this comment

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

LGTM

@RuiFengg RuiFengg merged commit 2a89dd2 into AY2021S1-CS2103T-W13-3:master Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must do type.Story A user story
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As a home-based beauty salon owner, I want to clear my services
3 participants