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-W08-3] Student Contact Manager #11

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

Conversation

wilsonwid
Copy link

Student Contact Manager aims to help computing students who are proficient with the use of a command-line interface and that require tagging and tracking of personal details of people in their social circle. This will help them to store and view such details of people they are acquainted with, while resolving the problem of human forgetfulness.

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

Attention: Patch coverage is 71.79487% with 121 lines in your changes are missing coverage. Please review.

Project coverage is 78.27%. Comparing base (4a148de) to head (b36236c).

❗ Current head b36236c differs from pull request most recent head 84d15ae. Consider uploading reports for the commit 84d15ae to get more accurate results

Files Patch % Lines
...main/java/scm/address/model/view/CalendarView.java 0.00% 41 Missing ⚠️
src/main/java/scm/address/ui/MainWindow.java 0.00% 19 Missing ⚠️
...cm/address/logic/commands/CalendarViewCommand.java 0.00% 10 Missing ⚠️
...java/scm/address/logic/commands/ImportCommand.java 84.78% 6 Missing and 1 partial ⚠️
...ddress/logic/parser/FindScheduleCommandParser.java 82.35% 5 Missing and 1 partial ⚠️
...m/address/logic/commands/FindAndExportCommand.java 83.87% 3 Missing and 2 partials ⚠️
...cm/address/logic/commands/FindScheduleCommand.java 90.47% 0 Missing and 4 partials ⚠️
...ain/java/scm/address/commons/core/GuiSettings.java 70.00% 1 Missing and 2 partials ⚠️
...address/model/schedule/AfterDateTimePredicate.java 80.00% 1 Missing and 2 partials ⚠️
...ddress/model/schedule/BeforeDateTimePredicate.java 80.00% 1 Missing and 2 partials ⚠️
... and 14 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #11      +/-   ##
============================================
+ Coverage     76.69%   78.27%   +1.57%     
- Complexity      612      758     +146     
============================================
  Files            96      114      +18     
  Lines          1987     2384     +397     
  Branches        188      234      +46     
============================================
+ Hits           1524     1866     +342     
- Misses          401      446      +45     
- Partials         62       72      +10     

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

wilsonwid and others added 30 commits April 15, 2024 19:41
Updated Implementation of Import Feature in DG
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