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

update buildflow init to also create starter files #258

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 42.85% and project coverage change: -0.31% :warning:

Comparison is base (a1b6fc2) 78.92% compared to head (9d396dd) 78.61%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #258 +/- ## ========================================== - Coverage 78.92% 78.61% -0.31% ========================================== Files 146 147 +1 Lines 5380 5420 +40 ========================================== + Hits 4246 4261 +15 - Misses 1134 1159 +25 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/io/gcp/providers/storage.py](https://app.codecov.io/gh/launchflow/buildflow/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2djcC9wcm92aWRlcnMvc3RvcmFnZS5weQ==) | `93.75% <ø> (ø)` | | | [buildflow/io/gcp/pubsub\_subscription.py](https://app.codecov.io/gh/launchflow/buildflow/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2djcC9wdWJzdWJfc3Vic2NyaXB0aW9uLnB5) | `83.72% <ø> (+1.11%)` | :arrow_up: | | [buildflow/io/gcp/pubsub\_topic.py](https://app.codecov.io/gh/launchflow/buildflow/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2djcC9wdWJzdWJfdG9waWMucHk=) | `80.76% <ø> (+2.19%)` | :arrow_up: | | [buildflow/core/app/infra/actors/infra.py](https://app.codecov.io/gh/launchflow/buildflow/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2luZnJhL2FjdG9ycy9pbmZyYS5weQ==) | `19.73% <12.50%> (-1.48%)` | :arrow_down: | | [buildflow/core/app/flow.py](https://app.codecov.io/gh/launchflow/buildflow/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2Zsb3cucHk=) | `55.97% <28.57%> (-0.68%)` | :arrow_down: | | [buildflow/io/\_\_init\_\_.py](https://app.codecov.io/gh/launchflow/buildflow/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL19faW5pdF9fLnB5) | `52.00% <52.00%> (ø)` | | | [buildflow/core/app/infra/\_infra.py](https://app.codecov.io/gh/launchflow/buildflow/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2luZnJhL19pbmZyYS5weQ==) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/launchflow/buildflow/pull/258/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: Have feedback on the report? Share it here.