AY2122S2-CS2103-F11-2 / tp

TAlent Assistant™ is a desktop application used by professors to schedule interviews and keep track of applications for teaching assistants.
https://ay2122s2-cs2103-f11-2.github.io/tp/
MIT License
1 stars 5 forks source link

Update JavaDocs #427

Closed lzan98 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #427 (146b460) into master (2704a7a) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #427   +/-   ##
=========================================
  Coverage     72.04%   72.04%           
  Complexity      865      865           
=========================================
  Files           122      122           
  Lines          2604     2604           
  Branches        359      359           
=========================================
  Hits           1876     1876           
  Misses          637      637           
  Partials         91       91           
Impacted Files Coverage Δ
...logic/commands/schedule/DeleteScheduleCommand.java 100.00% <ø> (ø)
...s/logic/commands/schedule/EditScheduleCommand.java 72.72% <ø> (ø)
...gic/parser/schedule/EditScheduleCommandParser.java 100.00% <ø> (ø)
...in/java/seedu/address/model/InterviewSchedule.java 93.47% <ø> (ø)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø)
.../java/seedu/address/model/interview/Interview.java 85.71% <ø> (ø)
...u/address/model/interview/UniqueInterviewList.java 88.40% <ø> (ø)
...va/seedu/address/storage/JsonAdaptedInterview.java 94.44% <ø> (ø)

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 2704a7a...146b460. Read the comment docs.