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 null check that accidently got removed #256

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 32.81% and no project coverage change.

Comparison is base (0fb03f3) 78.87% compared to head (77da1d7) 78.87%.

:exclamation: Current head 77da1d7 differs from pull request most recent head bee351b. Consider uploading reports for the commit bee351b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #256 +/- ## ======================================= Coverage 78.87% 78.87% ======================================= Files 146 146 Lines 5383 5383 ======================================= Hits 4246 4246 Misses 1137 1137 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/256?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/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2luZnJhL2FjdG9ycy9pbmZyYS5weQ==) | `20.58% <0.00%> (ø)` | | | [...io/aws/providers/s3\_file\_change\_stream\_provider.py](https://app.codecov.io/gh/launchflow/buildflow/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2F3cy9wcm92aWRlcnMvczNfZmlsZV9jaGFuZ2Vfc3RyZWFtX3Byb3ZpZGVyLnB5) | `42.10% <0.00%> (ø)` | | | [buildflow/io/gcp/providers/pubsub\_subscription.py](https://app.codecov.io/gh/launchflow/buildflow/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2djcC9wcm92aWRlcnMvcHVic3ViX3N1YnNjcmlwdGlvbi5weQ==) | `100.00% <ø> (ø)` | | | [buildflow/core/app/flow.py](https://app.codecov.io/gh/launchflow/buildflow/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2Zsb3cucHk=) | `56.64% <27.05%> (ø)` | | | [buildflow/core/app/infra/pulumi\_workspace.py](https://app.codecov.io/gh/launchflow/buildflow/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL2luZnJhL3B1bHVtaV93b3Jrc3BhY2UucHk=) | `43.55% <71.42%> (ø)` | | | [...ildflow/io/gcp/providers/gcs\_file\_change\_stream.py](https://app.codecov.io/gh/launchflow/buildflow/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2djcC9wcm92aWRlcnMvZ2NzX2ZpbGVfY2hhbmdlX3N0cmVhbS5weQ==) | `97.14% <100.00%> (ø)` | | | [...ow/io/gcp/providers/gcs\_file\_change\_stream\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL2djcC9wcm92aWRlcnMvZ2NzX2ZpbGVfY2hhbmdlX3N0cmVhbV90ZXN0LnB5) | `91.42% <100.00%> (ø)` | | | [buildflow/io/snowflake/providers/table\_provider.py](https://app.codecov.io/gh/launchflow/buildflow/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL3Nub3dmbGFrZS9wcm92aWRlcnMvdGFibGVfcHJvdmlkZXIucHk=) | `95.29% <100.00%> (ø)` | | | [...flow/io/snowflake/providers/table\_provider\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/256?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL3Nub3dmbGFrZS9wcm92aWRlcnMvdGFibGVfcHJvdmlkZXJfdGVzdC5weQ==) | `100.00% <100.00%> (ø)` | |

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