lbryio / torba

Torba makes it easy to create fast and correct bitcoin based crypto wallets.
MIT License
2.18k stars 20 forks source link

retrieve asyncio current_task for Python < 3.7 #51

Closed akinwale closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #51 into master will increase coverage by 0.26%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   71.15%   71.42%   +0.26%     
==========================================
  Files          59       59              
  Lines       10158    10159       +1     
==========================================
+ Hits         7228     7256      +28     
+ Misses       2930     2903      -27
Impacted Files Coverage Δ
torba/rpc/curio.py 73.03% <100%> (+0.13%) :arrow_up:
torba/server/session.py 53.86% <0%> (+0.12%) :arrow_up:
torba/server/db.py 85.4% <0%> (+0.48%) :arrow_up:
torba/rpc/session.py 62.78% <0%> (+0.97%) :arrow_up:
torba/server/mempool.py 85.35% <0%> (+3.03%) :arrow_up:
torba/server/daemon.py 54.27% <0%> (+5.57%) :arrow_up:

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 f4ec20a...96ac4df. Read the comment docs.

eukreign commented 5 years ago

@akinwale please close this when you no longer need it, thanks!

eukreign commented 5 years ago

Android app is on 3.7, closing. Please re-open if still needed.