oremanj / greenback

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

Add with_portal_run(), with_portal_run_sync(), performance measurements #6

Closed oremanj closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   99.82%   99.84%   +0.01%     
==========================================
  Files           7        7              
  Lines         585      632      +47     
  Branches       42       52      +10     
==========================================
+ Hits          584      631      +47     
  Misses          1        1              
Flag Coverage Δ
#cpython 98.89% <95.91%> (-0.26%) :arrow_down:
#pypy36nightly 89.08% <91.83%> (-0.16%) :arrow_down:
#pypy36release 89.08% <91.83%> (-0.16%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
greenback/__init__.py 100.00% <100.00%> (ø)
greenback/_impl.py 99.50% <100.00%> (+0.10%) :arrow_up:
greenback/_tests/test_impl.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b9e7812...0432f68. Read the comment docs.