aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

Fix typo #156

Closed thedrow closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #156 into master will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   92.35%   92.41%   +0.06%     
==========================================
  Files          14       14              
  Lines        1634     1634              
  Branches      271      271              
==========================================
+ Hits         1509     1510       +1     
  Misses        101      101              
+ Partials       24       23       -1
Impacted Files Coverage Δ
aiozmq/core.py 97.93% <0%> (+0.17%) :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 37eedb6...c1fbddf. Read the comment docs.

JelleZijlstra commented 5 years ago

Thanks!