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] Link.me #48

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

Conversation

georgepwhuang
Copy link

Link.me is a client managing program intended for insurance agents.

@codecov-io
Copy link

codecov-io commented Mar 2, 2021

Codecov Report

Merging #48 (3b7397c) into master (eccb717) will decrease coverage by 15.66%.
The diff coverage is 39.08%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #48       +/-   ##
=============================================
- Coverage     72.15%   56.49%   -15.67%     
- Complexity      399      547      +148     
=============================================
  Files            70      107       +37     
  Lines          1232     2234     +1002     
  Branches        125      301      +176     
=============================================
+ Hits            889     1262      +373     
- Misses          311      893      +582     
- Partials         32       79       +47     
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...n/java/seedu/address/commons/core/GuiSettings.java 69.23% <ø> (ø) 5.00 <0.00> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 78.37% <ø> (ø) 10.00 <0.00> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...n/java/seedu/address/commons/core/index/Index.java 90.90% <0.00%> (-9.10%) 10.00 <0.00> (ø)
...main/java/seedu/address/commons/util/FileUtil.java 54.83% <0.00%> (-22.44%) 9.00 <0.00> (ø)
...in/java/seedu/address/commons/util/StringUtil.java 58.06% <0.00%> (-36.68%) 7.00 <0.00> (ø)
...rc/main/java/seedu/address/logic/LogicManager.java 68.18% <0.00%> (-6.82%) 3.00 <0.00> (ø)
...a/seedu/address/logic/commands/AddPlanCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
... and 112 more

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 eccb717...3b7397c. Read the comment docs.

markuz5116 added a commit to markuz5116/tp that referenced this pull request Mar 6, 2021
…te-non-functional-requirements

Update DG on non functional requirements
HuaiZe and others added 28 commits March 31, 2021 06:11
# Conflicts:
#	src/main/java/seedu/address/logic/commands/EditCommand.java
#	src/main/java/seedu/address/logic/parser/CliSyntax.java
#	src/main/java/seedu/address/model/person/Person.java
#	src/main/java/seedu/address/storage/JsonAdaptedPerson.java
# Conflicts:
#	src/main/java/seedu/address/logic/parser/AddressBookParser.java
* master:
  Improve on personalised expression and clarify ambiguous instructions
  Update and fix issues with UG and DG
* master:
  Enable assertions
  Remove run frame from build.gradle
  Fix checkstyle errors
  Add support for finding tags of Person
  Fix bug for error message for invalid input of filter command in FilterCommandParser.java
  Edit message_usage of filtercommand
  add new case condition in addressbookparser to detect "filter" command
  Add filtercommandparser class and tagcontainskeywordspredicate class
  Add filtercommand class
Exception for invalid datetime not thrown out entirely.
shuyang0 and others added 30 commits April 12, 2021 23:36
# Conflicts:
#	docs/DeveloperGuide.md
# Conflicts:
#	docs/DeveloperGuide.md
# Conflicts:
#	docs/DeveloperGuide.md
#	docs/team/shuyang0.md
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