Skip to content

[CS2103T-F12-4] HackLink#167

Open
bachletuankhai wants to merge 455 commits into
nus-cs2103-AY2324S2:masterfrom
AY2324S2-CS2103T-F12-4:master
Open

[CS2103T-F12-4] HackLink#167
bachletuankhai wants to merge 455 commits into
nus-cs2103-AY2324S2:masterfrom
AY2324S2-CS2103T-F12-4:master

Merge pull request #183 from dhlee03/branch-DocumentationQuality3

199f84d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 27, 2025 in 0s

64.82% (-12.06%) compared to 8b35e85

View this Pull Request on Codecov

64.82% (-12.06%) compared to 8b35e85

Details

Codecov Report

❌ Patch coverage is 43.89744% with 547 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.82%. Comparing base (8b35e85) to head (199f84d).

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/EventWindow.java 0.00% 106 Missing ⚠️
...rc/main/java/seedu/address/ui/EventCommandBox.java 0.00% 47 Missing ⚠️
...va/seedu/address/logic/parser/EventParserUtil.java 0.00% 40 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 40 Missing ⚠️
...n/java/seedu/address/storage/JsonAdaptedEvent.java 0.00% 29 Missing ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 17 Missing ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 26.08% 16 Missing and 1 partial ⚠️
...va/seedu/address/storage/JsonEventBookStorage.java 19.04% 17 Missing ⚠️
...edu/address/logic/commands/EventCommandResult.java 36.00% 16 Missing ⚠️
...edu/address/storage/JsonSerializableEventBook.java 0.00% 15 Missing ⚠️
... and 35 more
Additional details and impacted files
@@              Coverage Diff              @@
##             master     #167       +/-   ##
=============================================
- Coverage     76.87%   64.82%   -12.06%     
- Complexity      617      760      +143     
=============================================
  Files           104      134       +30     
  Lines          1929     2746      +817     
  Branches        169      250       +81     
=============================================
+ Hits           1483     1780      +297     
- Misses          382      885      +503     
- Partials         64       81       +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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