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

Edit user guide to fix issues #193

Merged
merged 2 commits into from
Nov 1, 2020

Conversation

kevnw
Copy link
Collaborator

@kevnw kevnw commented Nov 1, 2020

Issues fixed:

  • 156
  • 157
  • 158
  • 159
  • 162
  • 165
  • 171
  • 179
  • 184
  • 185
  • 188
  • 189

@codecov-io
Copy link

Codecov Report

Merging #193 into master will decrease coverage by 0.03%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #193      +/-   ##
============================================
- Coverage     57.37%   57.34%   -0.04%     
- Complexity      771      773       +2     
============================================
  Files           134      135       +1     
  Lines          2942     2949       +7     
  Branches        452      453       +1     
============================================
+ Hits           1688     1691       +3     
- Misses         1076     1079       +3     
- Partials        178      179       +1     
Impacted Files Coverage Δ Complexity Δ
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...seedu/address/logic/parser/ClearCommandParser.java 42.85% <42.85%> (ø) 2.00 <2.00> (?)
.../seedu/address/logic/parser/AddressBookParser.java 66.66% <100.00%> (ø) 12.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 11f1e09...ab34d85. Read the comment docs.

Copy link
Collaborator

@luciatirta luciatirta left a comment

Choose a reason for hiding this comment

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

Looks good to merge!

@luciatirta luciatirta merged commit 97eeb8b into AY2021S1-CS2103T-F12-4:master Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment