IOMirea / jarpc

Just another RPC library
https://jarpc.readthedocs.io
GNU General Public License v3.0
5 stars 2 forks source link

Feat(linter integration) #26

Closed suv27 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   53.03%   53.57%   +0.53%     
==========================================
  Files          14       14              
  Lines         362      364       +2     
==========================================
+ Hits          192      195       +3     
+ Misses        170      169       -1
Impacted Files Coverage Δ
yarpc/server.py 29.31% <0%> (-0.69%) :arrow_down:
yarpc/client.py 40.65% <0%> (ø) :arrow_up:
yarpc/connection.py 46.15% <0%> (+1.32%) :arrow_up:
yarpc/abc.py 93.54% <0%> (+3.22%) :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 4b1fff7...56f0228. Read the comment docs.

Fogapod commented 5 years ago

Looks good, fix these and I'm merging