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

make init create a little more in-depth project structure #289

Closed boetro closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (42c6b62) 77.61% compared to head (bee7556) 77.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #289 +/- ## ========================================== + Coverage 77.61% 77.64% +0.02% ========================================== Files 161 161 Lines 7049 7058 +9 ========================================== + Hits 5471 5480 +9 Misses 1578 1578 ``` | [Files](https://app.codecov.io/gh/launchflow/buildflow/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/app/collector.py](https://app.codecov.io/gh/launchflow/buildflow/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2NvbGxlY3Rvci5weQ==) | `94.73% <100.00%> (+0.29%)` | :arrow_up: | | [buildflow/core/app/consumer.py](https://app.codecov.io/gh/launchflow/buildflow/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2NvbnN1bWVyLnB5) | `94.11% <100.00%> (+0.36%)` | :arrow_up: | | [buildflow/core/app/flow.py](https://app.codecov.io/gh/launchflow/buildflow/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2Zsb3cucHk=) | `76.74% <100.00%> (+0.09%)` | :arrow_up: | | [buildflow/core/app/service.py](https://app.codecov.io/gh/launchflow/buildflow/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3NlcnZpY2UucHk=) | `93.75% <100.00%> (+1.75%)` | :arrow_up: | | [buildflow/core/options/flow\_options.py](https://app.codecov.io/gh/launchflow/buildflow/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvb3B0aW9ucy9mbG93X29wdGlvbnMucHk=) | `100.00% <ø> (ø)` | | | [buildflow/core/options/runtime\_options.py](https://app.codecov.io/gh/launchflow/buildflow/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvb3B0aW9ucy9ydW50aW1lX29wdGlvbnMucHk=) | `97.29% <100.00%> (-0.08%)` | :arrow_down: |

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