sofastack / sofa-bolt-python

The Python implementation of the SOFABolt protocol.
Apache License 2.0
47 stars 14 forks source link

asyncio all_task compatible #9

Closed dzdx closed 4 years ago

dzdx commented 4 years ago
.
----------------------------------------------------------------------
Ran 26 tests in 1.199s

OK
root@b317fb4e2e87:/var/app# python --version
Python 3.5.9
root@b317fb4e2e87:/var/app# exit
codecov-io commented 4 years ago

Codecov Report

Merging #9 into master will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   82.81%   82.97%   +0.16%     
==========================================
  Files          58       58              
  Lines        1839     1839              
==========================================
+ Hits         1523     1526       +3     
+ Misses        316      313       -3     
Impacted Files Coverage Δ
tests/test_aio_listener_client.py 99.02% <100.00%> (+2.91%) :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 e288900...4817760. Read the comment docs.