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: add cli commands for init and inspect #220

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (7214942) 74.14% compared to head (f0d4522) 73.99%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #220 +/- ## ========================================== - Coverage 74.14% 73.99% -0.15% ========================================== Files 82 82 Lines 2947 2961 +14 ========================================== + Hits 2185 2191 +6 - Misses 762 770 +8 ``` | [Impacted Files](https://app.codecov.io/gh/launchflow/buildflow/pull/220?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/app/flow.py](https://app.codecov.io/gh/launchflow/buildflow/pull/220?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2Zsb3cucHk=) | `60.37% <ø> (ø)` | | | [buildflow/core/app/infra/pulumi\_workspace.py](https://app.codecov.io/gh/launchflow/buildflow/pull/220?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2luZnJhL3B1bHVtaV93b3Jrc3BhY2UucHk=) | `39.86% <42.85%> (+0.30%)` | :arrow_up: |

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