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

don't report backlog if it is none #205

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.04 :warning:

Comparison is base (e49e766) 74.89% compared to head (049aeab) 74.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #205 +/- ## ========================================== - Coverage 74.89% 74.86% -0.04% ========================================== Files 61 61 Lines 2430 2431 +1 ========================================== Hits 1820 1820 - Misses 610 611 +1 ``` | [Impacted Files](https://app.codecov.io/gh/launchflow/buildflow/pull/205?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/runtime/actors/process\_pool.py](https://app.codecov.io/gh/launchflow/buildflow/pull/205?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcnVudGltZS9hY3RvcnMvcHJvY2Vzc19wb29sLnB5) | `51.33% <0.00%> (-0.35%)` | :arrow_down: |

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