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: ensure we can sort pub/sub backlog regardless of version used #208

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (1b679a3) 74.86% compared to head (0e99c2c) 74.79%.

:exclamation: Current head 0e99c2c differs from pull request most recent head 3ee3701. Consider uploading reports for the commit 3ee3701 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #208 +/- ## ========================================== - Coverage 74.86% 74.79% -0.08% ========================================== Files 61 61 Lines 2431 2436 +5 ========================================== + Hits 1820 1822 +2 - Misses 611 614 +3 ``` | [Impacted Files](https://app.codecov.io/gh/launchflow/buildflow/pull/208?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/io/providers/gcp/gcp\_pub\_sub.py](https://app.codecov.io/gh/launchflow/buildflow/pull/208?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2lvL3Byb3ZpZGVycy9nY3AvZ2NwX3B1Yl9zdWIucHk=) | `53.02% <42.85%> (-0.46%)` | :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.

boetro commented 1 year ago

merged this change into: https://github.com/launchflow/buildflow/pull/214