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

ensure we retain default values for endpoints and collectors #300

Closed boetro closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (cb7001c) 77.64% compared to head (a272e15) 77.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #300 +/- ## ========================================== + Coverage 77.64% 77.70% +0.06% ========================================== Files 160 161 +1 Lines 7060 7097 +37 ========================================== + Hits 5482 5515 +33 - Misses 1578 1582 +4 ``` | [Files](https://app.codecov.io/gh/launchflow/buildflow/pull/300?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/app/runtime/fastapi.py](https://app.codecov.io/gh/launchflow/buildflow/pull/300?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvZmFzdGFwaS5weQ==) | `19.31% <ø> (ø)` | | | [end\_to\_end\_tests/endpoint\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/300?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-ZW5kX3RvX2VuZF90ZXN0cy9lbmRwb2ludF90ZXN0LnB5) | `83.87% <93.54%> (+2.41%)` | :arrow_up: | | [buildflow/core/processor/utils.py](https://app.codecov.io/gh/launchflow/buildflow/pull/300?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcHJvY2Vzc29yL3V0aWxzLnB5) | `23.52% <25.00%> (+0.12%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/launchflow/buildflow/pull/300/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.