Ale-Cas / optitrader

Optitrader is an open-source Python repository for portfolio optimization and quantitative finance, with embedded trading support using Alpaca's Trading API.
MIT License
4 stars 2 forks source link

News from alpaca #29

Closed Ale-Cas closed 1 year ago

Ale-Cas commented 1 year ago

Codecov Report

Patch coverage: 90.74% and project coverage change: +0.09 :tada:

Comparison is base (772a146) 90.45% compared to head (48089d6) 90.55%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #29 +/- ## ========================================== + Coverage 90.45% 90.55% +0.09% ========================================== Files 40 41 +1 Lines 1037 1090 +53 Branches 113 121 +8 ========================================== + Hits 938 987 +49 - Misses 79 81 +2 - Partials 20 22 +2 ``` | Flag | Coverage Δ | | |---|---|---| | pytest | `90.55% <90.74%> (+0.09%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/Ale-Cas/optifolio/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica) | Coverage Δ | | |---|---|---| | [src/optifolio/app/home.py](https://app.codecov.io/gh/Ale-Cas/optifolio/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica#diff-c3JjL29wdGlmb2xpby9hcHAvaG9tZS5weQ==) | `90.47% <0.00%> (-9.53%)` | :arrow_down: | | [src/optifolio/market/market\_data.py](https://app.codecov.io/gh/Ale-Cas/optifolio/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica#diff-c3JjL29wdGlmb2xpby9tYXJrZXQvbWFya2V0X2RhdGEucHk=) | `94.44% <80.00%> (-1.48%)` | :arrow_down: | | [src/optifolio/market/alpaca\_market\_data.py](https://app.codecov.io/gh/Ale-Cas/optifolio/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica#diff-c3JjL29wdGlmb2xpby9tYXJrZXQvYWxwYWNhX21hcmtldF9kYXRhLnB5) | `96.36% <83.33%> (-1.60%)` | :arrow_down: | | [src/optifolio/app/session\_manager.py](https://app.codecov.io/gh/Ale-Cas/optifolio/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica#diff-c3JjL29wdGlmb2xpby9hcHAvc2Vzc2lvbl9tYW5hZ2VyLnB5) | `69.85% <93.33%> (+1.81%)` | :arrow_up: | | [src/optifolio/app/explore.py](https://app.codecov.io/gh/Ale-Cas/optifolio/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica#diff-c3JjL29wdGlmb2xpby9hcHAvZXhwbG9yZS5weQ==) | `86.36% <100.00%> (+0.31%)` | :arrow_up: | | [src/optifolio/market/news.py](https://app.codecov.io/gh/Ale-Cas/optifolio/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica#diff-c3JjL29wdGlmb2xpby9tYXJrZXQvbmV3cy5weQ==) | `100.00% <100.00%> (ø)` | | | [src/optifolio/market/yahoo\_market\_data.py](https://app.codecov.io/gh/Ale-Cas/optifolio/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica#diff-c3JjL29wdGlmb2xpby9tYXJrZXQveWFob29fbWFya2V0X2RhdGEucHk=) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/Ale-Cas/optifolio/pull/29/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alessio+Castrica)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.