tophat / codewatch

[deprecated] Monitor and manage deeply customizable metrics about your python code using ASTs
https://codewatch.io
Apache License 2.0
38 stars 3 forks source link

Handle chained function calls #39

Closed rohitjain closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #39 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   96.26%   96.28%   +0.02%     
==========================================
  Files           8        8              
  Lines         321      323       +2     
  Branches       44       45       +1     
==========================================
+ Hits          309      311       +2     
  Misses          6        6              
  Partials        6        6
Flag Coverage Δ
#py27 96.28% <100%> (+0.02%) :arrow_up:
#py36 96.28% <100%> (+0.02%) :arrow_up:
Impacted Files Coverage Δ
codewatch/node_visitor.py 88.67% <100%> (+0.21%) :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 7da43e8...e1922a0. Read the comment docs.

rohitjain commented 5 years ago

@cabiad added second test