jina-ai / jina

☁️ Build multimodal AI applications with cloud-native stack
https://docs.jina.ai
Apache License 2.0
20.56k stars 2.21k forks source link

refactor: use asyncio Events over threading Events #6115

Closed JoanFM closed 7 months ago

JoanFM commented 7 months ago

Goals:

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (6cd3311) 76.76% compared to head (eaf2333) 75.89%.

Files Patch % Lines
jina/orchestrate/pods/container.py 75.00% 2 Missing :warning:
jina/serve/runtimes/servers/__init__.py 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6115 +/- ## ========================================== - Coverage 76.76% 75.89% -0.88% ========================================== Files 145 145 Lines 13908 13908 ========================================== - Hits 10676 10555 -121 - Misses 3232 3353 +121 ``` | [Flag](https://app.codecov.io/gh/jina-ai/jina/pull/6115/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jina-ai) | Coverage Δ | | |---|---|---| | [jina](https://app.codecov.io/gh/jina-ai/jina/pull/6115/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jina-ai) | `75.89% <81.25%> (-0.88%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jina-ai#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.