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 return portable file change event types for non portable file change primitives #239

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 79.31% and project coverage change: -0.09% :warning:

Comparison is base (026405b) 79.87% compared to head (56a21ae) 79.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #239 +/- ## ========================================== - Coverage 79.87% 79.79% -0.09% ========================================== Files 138 138 Lines 4900 4904 +4 ========================================== - Hits 3914 3913 -1 - Misses 986 991 +5 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [...aws/strategies/s3\_file\_change\_stream\_strategies.py](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vYXdzL3N0cmF0ZWdpZXMvczNfZmlsZV9jaGFuZ2Vfc3RyZWFtX3N0cmF0ZWdpZXMucHk=) | `91.42% <ø> (-0.24%)` | :arrow_down: | | [...low/core/io/gcp/strategies/composite\_strategies.py](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZ2NwL3N0cmF0ZWdpZXMvY29tcG9zaXRlX3N0cmF0ZWdpZXMucHk=) | `56.00% <ø> (+6.00%)` | :arrow_up: | | [buildflow/types/local.py](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L3R5cGVzL2xvY2FsLnB5) | `73.91% <63.63%> (-10.71%)` | :arrow_down: | | [buildflow/types/aws.py](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L3R5cGVzL2F3cy5weQ==) | `65.90% <75.00%> (-11.87%)` | :arrow_down: | | [...trategies/s3\_file\_change\_stream\_strategies\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vYXdzL3N0cmF0ZWdpZXMvczNfZmlsZV9jaGFuZ2Vfc3RyZWFtX3N0cmF0ZWdpZXNfdGVzdC5weQ==) | `100.00% <100.00%> (ø)` | | | [.../local/strategies/file\_change\_stream\_strategies.py](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vbG9jYWwvc3RyYXRlZ2llcy9maWxlX2NoYW5nZV9zdHJlYW1fc3RyYXRlZ2llcy5weQ==) | `89.33% <100.00%> (-0.67%)` | :arrow_down: | | [...l/strategies/file\_change\_stream\_strategies\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vbG9jYWwvc3RyYXRlZ2llcy9maWxlX2NoYW5nZV9zdHJlYW1fc3RyYXRlZ2llc190ZXN0LnB5) | `100.00% <100.00%> (ø)` | | | [buildflow/types/gcp.py](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L3R5cGVzL2djcC5weQ==) | `65.38% <100.00%> (+1.38%)` | :arrow_up: | | [buildflow/types/portable.py](https://app.codecov.io/gh/launchflow/buildflow/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L3R5cGVzL3BvcnRhYmxlLnB5) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/launchflow/buildflow/pull/239/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.