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

release 0.3.0 #286

Closed boetro closed 9 months ago

codecov[bot] commented 11 months ago

Codecov Report

Attention: 990 lines in your changes are missing coverage. Please review.

Comparison is base (0695146) 77.11% compared to head (f5e5335) 74.58%.

Files Patch % Lines
buildflow/core/app/runtime/fastapi.py 18.01% 91 Missing :warning:
buildflow/core/app/flow.py 75.74% 90 Missing :warning:
buildflow/core/app/infra/actors/infra.py 11.90% 74 Missing :warning:
buildflow/core/app/runtime/actors/runtime.py 18.82% 69 Missing :warning:
...ntime/actors/consumer_pattern/pull_process_push.py 17.94% 64 Missing :warning:
...p/runtime/actors/consumer_pattern/consumer_pool.py 26.58% 58 Missing :warning:
...l/strategies/file_change_stream_strategies_test.py 5.26% 36 Missing :warning:
buildflow/core/processor/utils.py 23.25% 33 Missing :warning:
...tors/collector_pattern/receive_process_push_ack.py 23.07% 30 Missing :warning:
buildflow/core/app/infra/actors/infra_test.py 40.81% 29 Missing :warning:
... and 56 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-0.3.0 #286 +/- ## ================================================= - Coverage 77.11% 74.58% -2.53% ================================================= Files 162 168 +6 Lines 6091 7536 +1445 ================================================= + Hits 4697 5621 +924 - Misses 1394 1915 +521 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.