AY2122S1-CS2103T-T09-1 / tp

https://ay2122s1-cs2103t-t09-1.github.io/tp/
MIT License
4 stars 5 forks source link

Improve coverage of EditCommandParser #234

Closed ruoyann closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #234 (d9fef12) into master (67e5144) will increase coverage by 2.76%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #234      +/-   ##
============================================
+ Coverage     62.30%   65.06%   +2.76%     
- Complexity      663      717      +54     
============================================
  Files            94       94              
  Lines          2573     2588      +15     
  Branches        335      346      +11     
============================================
+ Hits           1603     1684      +81     
+ Misses          870      818      -52     
+ Partials        100       86      -14     
Impacted Files Coverage Δ
.../seedu/address/logic/parser/EditCommandParser.java 97.36% <ø> (+7.36%) :arrow_up:
src/main/java/seedu/address/model/tag/Tag.java 91.66% <0.00%> (-8.34%) :arrow_down:
...in/java/seedu/address/logic/parser/ParserUtil.java 78.12% <0.00%> (-2.73%) :arrow_down:
...seedu/address/logic/parser/AliasCommandParser.java 100.00% <0.00%> (ø)
...ava/seedu/address/logic/commands/AliasCommand.java 96.15% <0.00%> (+0.32%) :arrow_up:
.../seedu/address/model/studyspot/OperatingHours.java 90.24% <0.00%> (+2.43%) :arrow_up:
...u/address/model/studyspot/UniqueStudySpotList.java 97.56% <0.00%> (+2.43%) :arrow_up:
.../java/seedu/address/logic/commands/LogCommand.java 96.00% <0.00%> (+3.57%) :arrow_up:
...rc/main/java/seedu/address/model/StudyTracker.java 91.07% <0.00%> (+5.35%) :arrow_up:
... and 12 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 67e5144...d9fef12. Read the comment docs.