launchflow / buildflow

BuildFlow, is an open source framework for building large scale systems using Python. All you need to do is describe where your input is coming from and where your output should be written, and BuildFlow handles the rest. No configuration outside of the code is required.
https://docs.launchflow.com/buildflow
Apache License 2.0
193 stars 7 forks source link

fix: implement stateful processor pipelines #221

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 83.00% and project coverage change: +0.68 :tada:

Comparison is base (7214942) 74.14% compared to head (7ed44dc) 74.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #221 +/- ## ========================================== + Coverage 74.14% 74.82% +0.68% ========================================== Files 82 83 +1 Lines 2947 3027 +80 ========================================== + Hits 2185 2265 +80 Misses 762 762 ``` | [Impacted Files](https://app.codecov.io/gh/launchflow/buildflow/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [.../actors/pipeline\_pattern/pull\_process\_push\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvYWN0b3JzL3BpcGVsaW5lX3BhdHRlcm4vcHVsbF9wcm9jZXNzX3B1c2hfdGVzdC5weQ==) | `90.66% <63.63%> (+18.37%)` | :arrow_up: | | [buildflow/core/utils.py](https://app.codecov.io/gh/launchflow/buildflow/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvdXRpbHMucHk=) | `62.37% <69.56%> (+0.30%)` | :arrow_up: | | [buildflow/core/app/flow.py](https://app.codecov.io/gh/launchflow/buildflow/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2Zsb3cucHk=) | `61.71% <77.27%> (+1.33%)` | :arrow_up: | | [buildflow/core/app/flow\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2Zsb3dfdGVzdC5weQ==) | `97.72% <97.72%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/launchflow/buildflow/pull/221/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow)

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