AY2122S2-CS2103T-W15-3 / tp

MIT License
0 stars 4 forks source link

Update ug bugs #163

Closed vanessaxuuan closed 2 years ago

vanessaxuuan commented 2 years ago

Update UG

Fix documentation bugs in

Update documentations for add, find and findtg features

resolves #100 , #129, #134 , #147

Possibly #135

codecov-commenter commented 2 years ago

Codecov Report

Merging #163 (1b6c597) into master (54c46f4) will decrease coverage by 0.49%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #163      +/-   ##
============================================
- Coverage     72.61%   72.12%   -0.50%     
- Complexity      494      503       +9     
============================================
  Files            79       79              
  Lines          1512     1546      +34     
  Branches        177      184       +7     
============================================
+ Hits           1098     1115      +17     
- Misses          361      375      +14     
- Partials         53       56       +3     
Impacted Files Coverage Δ
...ddress/logic/parser/exceptions/ParseException.java 50.00% <0.00%> (-50.00%) :arrow_down:
...ress/commons/exceptions/IllegalValueException.java 50.00% <0.00%> (-50.00%) :arrow_down:
...edu/address/model/tutorialgroup/TutorialGroup.java 84.61% <0.00%> (-5.39%) :arrow_down:
src/main/java/seedu/address/ui/HelpWindow.java 0.00% <0.00%> (ø)
...rc/main/java/seedu/address/model/student/Name.java 80.00% <0.00%> (ø)
...in/java/seedu/address/logic/parser/ParserUtil.java 97.36% <0.00%> (ø)
...n/java/seedu/address/commons/core/index/Index.java 100.00% <0.00%> (ø)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <0.00%> (ø)
...u/address/logic/parser/AddTutorialGroupParser.java 88.23% <0.00%> (ø)
...ddress/logic/parser/DeleteTutorialGroupParser.java 88.23% <0.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 54c46f4...1b6c597. Read the comment docs.