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

[CS2103T-W09-2] CapitalConnect #2

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

Conversation

yeoshuheng
Copy link

@yeoshuheng yeoshuheng commented Feb 13, 2024

Venture capital firms manage diverse portfolios of startup investments across various industries. The app streamlines the management of startup investments, enabling VC firms to easily add, categorize, and track a diverse portfolio of investments in various industries and funding stages.

Copy link

codecov bot commented Feb 13, 2024

Codecov Report

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

Project coverage is 75.73%. Comparing base (25743fc) to head (1862dca).

❗ Current head 1862dca differs from pull request most recent head b80c7f2. Consider uploading reports for the commit b80c7f2 to get more accurate results

Files Patch % Lines
...rc/main/java/seedu/address/ui/PersonListPanel.java 0.00% 44 Missing ⚠️
src/main/java/seedu/address/ui/NoteListPanel.java 0.00% 30 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 16 Missing ⚠️
...main/java/seedu/address/model/startup/Startup.java 62.50% 13 Missing and 2 partials ⚠️
...eedu/address/logic/commands/EditPersonCommand.java 82.50% 5 Missing and 9 partials ⚠️
.../address/logic/parser/EditPersonCommandParser.java 66.66% 7 Missing and 4 partials ⚠️
.../java/seedu/address/storage/JsonAdaptedPerson.java 67.74% 5 Missing and 5 partials ⚠️
...a/seedu/address/logic/parser/AddCommandParser.java 22.22% 0 Missing and 7 partials ⚠️
...c/main/java/seedu/address/ui/StartupListPanel.java 0.00% 7 Missing ⚠️
.../seedu/address/logic/parser/AddressBookParser.java 0.00% 6 Missing ⚠️
... and 20 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master       #2      +/-   ##
============================================
+ Coverage     69.98%   75.73%   +5.75%     
- Complexity      465      665     +200     
============================================
  Files            78      100      +22     
  Lines          1649     2320     +671     
  Branches        170      276     +106     
============================================
+ Hits           1154     1757     +603     
- Misses          452      471      +19     
- Partials         43       92      +49     

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

danielwangcinch and others added 29 commits March 20, 2024 15:38
test: Test coverage for Note Command
docs: update UG intro & find command
docs: Fix consistency in naming
docs: Update PUML for updated add
docs: Update PUML for updated `list`
docs: Update Storage class uml diagram
Add NoteSequenceDiagram.puml
yeoshuheng and others added 30 commits April 15, 2024 14:26
fix: Data mismatch with UG
Fix typo and formatting in ug and 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