oremanj / greenback

Reenter an asyncio or Trio event loop from synchronous code
https://greenback.readthedocs.io/
Other
80 stars 2 forks source link

Change how we locate the parent greenlet + perf improvements #26

Closed oremanj closed 9 months ago

oremanj commented 9 months ago
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (134a865) 99.74% compared to head (e7134b7) 99.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #26 +/- ## ========================================== + Coverage 99.74% 99.76% +0.01% ========================================== Files 7 7 Lines 788 839 +51 Branches 113 121 +8 ========================================== + Hits 786 837 +51 Misses 1 1 Partials 1 1 ``` | [Flag](https://app.codecov.io/gh/oremanj/greenback/pull/26/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joshua+Oreman) | Coverage Δ | | |---|---|---| | [cpython](https://app.codecov.io/gh/oremanj/greenback/pull/26/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joshua+Oreman) | `99.28% <99.11%> (+0.30%)` | :arrow_up: | | [pypy36release](https://app.codecov.io/gh/oremanj/greenback/pull/26/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joshua+Oreman) | `92.13% <98.23%> (+1.17%)` | :arrow_up: | 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=Joshua+Oreman#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.

zanieb commented 9 months ago

Thank you so much! Exciting to see these improvements. Feel free to ping me if you ever want a reviewer.