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: Handle case in metrics where less than a minute has passed #203

Closed JoshTanke closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08 :tada:

Comparison is base (ec435a3) 74.81% compared to head (0cb0072) 74.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #203 +/- ## ========================================== + Coverage 74.81% 74.89% +0.08% ========================================== Files 61 61 Lines 2426 2430 +4 ========================================== + Hits 1815 1820 +5 + Misses 611 610 -1 ``` | [Impacted Files](https://app.codecov.io/gh/launchflow/buildflow/pull/203?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/runtime/metrics.py](https://app.codecov.io/gh/launchflow/buildflow/pull/203?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcnVudGltZS9tZXRyaWNzLnB5) | `84.78% <100.00%> (+1.63%)` | :arrow_up: | | [buildflow/core/runtime/metrics\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/203?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvcnVudGltZS9tZXRyaWNzX3Rlc3QucHk=) | `97.14% <100.00%> (+0.08%)` | :arrow_up: |

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