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: fix some minor typos #314

Closed JoshTanke closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (0b616bb) 78.72% compared to head (9a6ddb9) 77.37%. Report is 74 commits behind head on main.

Files Patch % Lines
...ntime/actors/consumer_pattern/pull_process_push.py 22.98% 134 Missing :warning:
buildflow/core/app/flow.py 72.38% 124 Missing :warning:
buildflow/core/app/runtime/fastapi.py 18.01% 91 Missing :warning:
...ake/background_tasks/table_load_background_task.py 32.00% 85 Missing :warning:
...tors/collector_pattern/receive_process_push_ack.py 34.06% 60 Missing :warning:
...p/runtime/actors/consumer_pattern/consumer_pool.py 26.92% 57 Missing :warning:
buildflow/core/app/runtime/actors/runtime.py 25.00% 54 Missing :warning:
...actors/endpoint_pattern/receive_process_respond.py 39.74% 47 Missing :warning:
buildflow/core/processor/utils.py 23.52% 39 Missing :warning:
buildflow/io/utils/schemas/converters.py 80.68% 28 Missing :warning:
... and 74 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #314 +/- ## ========================================== - Coverage 78.72% 77.37% -1.35% ========================================== Files 103 168 +65 Lines 3648 7453 +3805 ========================================== + Hits 2872 5767 +2895 - Misses 776 1686 +910 ```

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