Skip to content

Merge pull request #263 from AY2425S2-CS2103T-T08-4/UG-timo5

04c038b
Select commit
Loading
Failed to load commit list.
Open

[CS2103T-T08-4] TalentMatch #125

Merge pull request #263 from AY2425S2-CS2103T-T08-4/UG-timo5
04c038b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 5, 2026 in 0s

73.86% (+15.68%) compared to 3ffaf42

View this Pull Request on Codecov

73.86% (+15.68%) compared to 3ffaf42

Details

Codecov Report

❌ Patch coverage is 52.91375% with 404 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ress/logic/commands/AdvanceApplicationCommand.java 0.00% 35 Missing ⚠️
.../address/logic/commands/AddApplicationCommand.java 0.00% 33 Missing ⚠️
...dress/logic/commands/DeleteApplicationCommand.java 0.00% 32 Missing ⚠️
...eedu/address/logic/commands/ViewPersonCommand.java 0.00% 32 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 3.57% 27 Missing ⚠️
...a/seedu/address/logic/commands/ViewJobCommand.java 0.00% 22 Missing ⚠️
...ain/java/seedu/address/model/DoublyLinkedList.java 38.46% 16 Missing ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 75.00% 15 Missing and 1 partial ⚠️
...ress/logic/parser/AddApplicationCommandParser.java 0.00% 14 Missing ⚠️
.../logic/parser/AdvanceApplicationCommandParser.java 0.00% 13 Missing ⚠️
... and 36 more

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #125       +/-   ##
=============================================
+ Coverage     58.18%   73.86%   +15.68%     
- Complexity      554      735      +181     
=============================================
  Files           107      107               
  Lines          2200     2273       +73     
  Branches        222      275       +53     
=============================================
+ Hits           1280     1679      +399     
+ Misses          829      518      -311     
+ Partials         91       76       -15     
Files with missing lines Coverage Δ Complexity Δ
...n/java/seedu/address/commons/core/GuiSettings.java 76.92% <ø> (ø) 8.00 <0.00> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 78.78% <100.00%> (ø) 5.00 <1.00> (ø)
...n/java/seedu/address/commons/core/index/Index.java 100.00% <100.00%> (ø) 11.00 <3.00> (ø)
...in/java/seedu/address/commons/util/StringUtil.java 96.55% <100.00%> (+1.81%) 11.00 <4.00> (+4.00)
src/main/java/seedu/address/logic/Messages.java 86.66% <100.00%> (+0.95%) 6.00 <2.00> (+2.00)
...eedu/address/logic/commands/SwitchViewCommand.java 100.00% <100.00%> (+100.00%) 4.00 <3.00> (+4.00)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 4.00 <0.00> (-1.00)
...ain/java/seedu/address/logic/parser/CliSyntax.java 92.85% <100.00%> (ø) 1.00 <0.00> (ø)
...edu/address/logic/parser/FindJobCommandParser.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
...u/address/model/application/ApplicationStatus.java 78.94% <100.00%> (+50.37%) 11.00 <0.00> (+8.00)
... and 62 more

... and 23 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ffaf42...04c038b. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.