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

feat: update flowstate schema for infra state #241

Closed JoshTanke closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 81.08% and project coverage change: +0.05% :tada:

Comparison is base (1d6e6fe) 79.77% compared to head (4be4615) 79.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #241 +/- ## ========================================== + Coverage 79.77% 79.83% +0.05% ========================================== Files 139 139 Lines 4906 4969 +63 ========================================== + Hits 3914 3967 +53 - Misses 992 1002 +10 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/241?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/app/infra/actors/infra.py](https://app.codecov.io/gh/launchflow/buildflow/pull/241?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2luZnJhL2FjdG9ycy9pbmZyYS5weQ==) | `23.33% <ø> (ø)` | | | [buildflow/core/app/flow.py](https://app.codecov.io/gh/launchflow/buildflow/pull/241?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2Zsb3cucHk=) | `71.49% <58.33%> (-0.73%)` | :arrow_down: | | [buildflow/core/io/primitive.py](https://app.codecov.io/gh/launchflow/buildflow/pull/241?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vcHJpbWl0aXZlLnB5) | `91.52% <66.66%> (-1.46%)` | :arrow_down: | | [buildflow/core/app/infra/pulumi\_workspace.py](https://app.codecov.io/gh/launchflow/buildflow/pull/241?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2luZnJhL3B1bHVtaV93b3Jrc3BhY2UucHk=) | `51.98% <85.45%> (+12.11%)` | :arrow_up: | | [buildflow/core/resources/\_resource.py](https://app.codecov.io/gh/launchflow/buildflow/pull/241?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcmVzb3VyY2VzL19yZXNvdXJjZS5weQ==) | `100.00% <100.00%> (ø)` | | | [buildflow/core/resources/pulumi.py](https://app.codecov.io/gh/launchflow/buildflow/pull/241?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcmVzb3VyY2VzL3B1bHVtaS5weQ==) | `100.00% <100.00%> (ø)` | |

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