AY2021S2-CS2103T-T10-1 / tp

https://ay2021s2-cs2103t-t10-1.github.io/tp/
MIT License
0 stars 6 forks source link

Add tests for Enrol and Drop parsers #413

Closed wei-yutong closed 3 years ago

wei-yutong commented 3 years ago

…rogramRegistrationCommand

codecov-io commented 3 years ago

Codecov Report

Merging #413 (944535f) into master (05d85af) will increase coverage by 1.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #413      +/-   ##
============================================
+ Coverage     60.62%   61.63%   +1.00%     
- Complexity      634      652      +18     
============================================
  Files           115      115              
  Lines          2395     2398       +3     
  Branches        288      290       +2     
============================================
+ Hits           1452     1478      +26     
+ Misses          822      800      -22     
+ Partials        121      120       -1     
Impacted Files Coverage Δ Complexity Δ
...ook/logic/commands/ProgramRegistrationCommand.java 78.18% <100.00%> (+1.25%) 22.00 <5.00> (+5.00)
...main/java/dog/pawbook/logic/parser/ParserUtil.java 77.38% <0.00%> (+7.14%) 21.00% <0.00%> (+2.00%)
...g/pawbook/model/managedentity/program/Session.java 59.09% <0.00%> (+9.09%) 5.00% <0.00%> (ø%)
...n/java/dog/pawbook/storage/JsonAdaptedSession.java 100.00% <0.00%> (+20.00%) 5.00% <0.00%> (+1.00%)
...g/pawbook/logic/parser/EnrolDropCommandParser.java 100.00% <0.00%> (+100.00%) 10.00% <0.00%> (+10.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 05d85af...944535f. Read the comment docs.