Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CS2103-W12-3] UniLink #62

Open
wants to merge 427 commits into
base: master
Choose a base branch
from

Conversation

SlothyCat
Copy link

UniLink helps university students manage an overwhelming number of contacts by categorizing them and making them easy to find when needed. It is optimized for CLI users, allowing them to quickly execute functions through typed commands.

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

Attention: Patch coverage is 57.00713% with 181 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../main/java/seedu/address/storage/JsonImporter.java 0.00% 27 Missing ⚠️
...java/seedu/address/storage/CsvToJsonConverter.java 71.79% 13 Missing and 9 partials ⚠️
.../java/seedu/address/storage/JsonAdaptedPerson.java 37.14% 17 Missing and 5 partials ⚠️
...va/seedu/address/logic/commands/ImportCommand.java 30.76% 17 Missing and 1 partial ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 18 Missing ⚠️
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 9 Missing ⚠️
...c/main/java/seedu/address/model/person/Person.java 69.23% 1 Missing and 7 partials ⚠️
.../java/seedu/address/logic/commands/AddCommand.java 12.50% 3 Missing and 4 partials ⚠️
src/main/java/seedu/address/model/AddressBook.java 33.33% 5 Missing and 1 partial ⚠️
...a/seedu/address/model/person/UniquePersonList.java 60.00% 3 Missing and 3 partials ⚠️
... and 14 more
Files with missing lines Coverage Δ Complexity Δ
...in/java/seedu/address/commons/core/LogsCenter.java 78.78% <100.00%> (ø) 5.00 <1.00> (ø)
...in/java/seedu/address/commons/util/StringUtil.java 97.05% <100.00%> (+2.32%) 16.00 <9.00> (+9.00)
src/main/java/seedu/address/logic/Messages.java 90.00% <100.00%> (+2.50%) 3.00 <0.00> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...dress/logic/commands/FilterContactTypeCommand.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...a/seedu/address/logic/commands/FindTagCommand.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
...ress/logic/commands/FindTelegramHandleCommand.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 13.00 <0.00> (+8.00)
...ain/java/seedu/address/logic/parser/CliSyntax.java 88.88% <100.00%> (+5.55%) 1.00 <0.00> (ø)
... and 41 more

juliantayyc added a commit to juliantayyc/tp that referenced this pull request Oct 17, 2024
kimberlytmq and others added 30 commits November 12, 2024 11:08
Edit dg to include information on Import command
Add code coverage to Import functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants