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

Feat/35 multiple portfolios #96

Merged
merged 7 commits into from
Sep 9, 2024
Merged

Feat/35 multiple portfolios #96

merged 7 commits into from
Sep 9, 2024

Conversation

AlexAxthelm
Copy link
Contributor

@AlexAxthelm AlexAxthelm commented Sep 2, 2024

Adds support for multiple portfolio files being processed as a single logical portfolio ("portfolio groups")

Closes #35

Notes to reviewers:

The test portfolio files (section_1 and section_2) together should be equivalent to default_portfolio, and so the testing pipeline included here should emit comparable results.

I'm guessing this will need some close inspection for review, which is why I've tagged @cjyetman and @Antoine-Lalechere as suggested reviewers (sine they know the expected outputs best).

@AlexAxthelm AlexAxthelm self-assigned this Sep 2, 2024
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 18.35%. Comparing base (328af6f) to head (4af12b4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   18.35%   18.35%           
=======================================
  Files           4        4           
  Lines         414      414           
=======================================
  Hits           76       76           
  Misses        338      338           

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

Copy link

github-actions bot commented Sep 2, 2024

Docker build status

commit_time git_sha image
2024-09-03T09:06:32Z 4af12b4 ghcr.io/rmi-pacta/workflow.pacta:pr-96

@AlexAxthelm AlexAxthelm marked this pull request as ready for review September 3, 2024 09:18
Copy link
Member

@jdhoffa jdhoffa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heck yeah, looks great!!

@jdhoffa jdhoffa merged commit 92cacfa into main Sep 9, 2024
30 checks passed
@jdhoffa jdhoffa deleted the feat/35-multiple-portfolios branch September 9, 2024 09:07
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.

Accept multiple input CSVs
2 participants