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

add ability for non portables to be managed and add more release tests #229

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 85.93% and project coverage change: +0.12% :tada:

Comparison is base (0066611) 78.72% compared to head (8ec3e5d) 78.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #229 +/- ## ========================================== + Coverage 78.72% 78.85% +0.12% ========================================== Files 103 103 Lines 3648 3694 +46 ========================================== + Hits 2872 2913 +41 - Misses 776 781 +5 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/229?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/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2Zsb3cucHk=) | `74.71% <0.00%> (ø)` | | | [buildflow/core/app/infra/actors/infra.py](https://app.codecov.io/gh/launchflow/buildflow/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2luZnJhL2FjdG9ycy9pbmZyYS5weQ==) | `23.33% <ø> (-2.48%)` | :arrow_down: | | [...low/core/io/gcp/strategies/composite\_strategies.py](https://app.codecov.io/gh/launchflow/buildflow/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZ2NwL3N0cmF0ZWdpZXMvY29tcG9zaXRlX3N0cmF0ZWdpZXMucHk=) | `52.27% <ø> (ø)` | | | [buildflow/core/options/flow\_options.py](https://app.codecov.io/gh/launchflow/buildflow/pull/229?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/io/portable/table.py](https://app.codecov.io/gh/launchflow/buildflow/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vcG9ydGFibGUvdGFibGUucHk=) | `83.33% <50.00%> (-5.56%)` | :arrow_down: | | [buildflow/core/io/primitive.py](https://app.codecov.io/gh/launchflow/buildflow/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vcHJpbWl0aXZlLnB5) | `94.00% <76.92%> (-6.00%)` | :arrow_down: | | [buildflow/core/io/gcp/bigquery.py](https://app.codecov.io/gh/launchflow/buildflow/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZ2NwL2JpZ3F1ZXJ5LnB5) | `76.47% <100.00%> (+3.13%)` | :arrow_up: | | [buildflow/core/io/gcp/bigquery\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZ2NwL2JpZ3F1ZXJ5X3Rlc3QucHk=) | `96.82% <100.00%> (ø)` | | | [buildflow/core/io/gcp/composite.py](https://app.codecov.io/gh/launchflow/buildflow/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZ2NwL2NvbXBvc2l0ZS5weQ==) | `92.85% <100.00%> (ø)` | | | [...dflow/core/io/gcp/providers/composite\_providers.py](https://app.codecov.io/gh/launchflow/buildflow/pull/229?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZ2NwL3Byb3ZpZGVycy9jb21wb3NpdGVfcHJvdmlkZXJzLnB5) | `95.55% <100.00%> (+1.11%)` | :arrow_up: | | ... and [3 more](https://app.codecov.io/gh/launchflow/buildflow/pull/229?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.