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 pubsub -> bigquery release test #225

Closed boetro closed 1 year ago

boetro commented 1 year ago

also changing how we do releases a little so we won't use release please and will instead use a typical release branch.

these release tests will run on pushes to that branch (or manually run also)

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.05% :tada:

Comparison is base (85e0c4a) 78.72% compared to head (d523ffe) 78.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #225 +/- ## ========================================== + Coverage 78.72% 78.78% +0.05% ========================================== Files 103 103 Lines 3648 3648 ========================================== + Hits 2872 2874 +2 + Misses 776 774 -2 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/launchflow/buildflow/pull/225/indirect-changes?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.