AY2122S2-CS2103T-T17-1 / tp

About Tinner
https://ay2122s2-cs2103t-t17-1.github.io/tp/
MIT License
1 stars 5 forks source link

Improve testing, update DG and fix UG bugs #282

Closed kerbysoh closed 2 years ago

kerbysoh commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #282 (dfe52fe) into master (8a87ca0) will increase coverage by 1.45%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #282      +/-   ##
============================================
+ Coverage     66.68%   68.13%   +1.45%     
- Complexity      676      694      +18     
============================================
  Files           107      107              
  Lines          2203     2200       -3     
  Branches        259      258       -1     
============================================
+ Hits           1469     1499      +30     
+ Misses          629      607      -22     
+ Partials        105       94      -11     
Impacted Files Coverage Δ
...a/seedu/tinner/logic/parser/FindCommandParser.java 95.45% <ø> (+35.45%) :arrow_up:
...ain/java/seedu/tinner/logic/parser/ParserUtil.java 91.54% <0.00%> (+1.40%) :arrow_up:
...n/java/seedu/tinner/model/role/UniqueRoleList.java 92.68% <0.00%> (+31.70%) :arrow_up:
...a/seedu/tinner/logic/parser/CompanyListParser.java 100.00% <0.00%> (+33.33%) :arrow_up:
.../model/role/exceptions/DuplicateRoleException.java 100.00% <0.00%> (+100.00%) :arrow_up:

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 8a87ca0...dfe52fe. Read the comment docs.