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

fix some issues with troublesome usages helper #52

Closed lime-green closed 5 years ago

lime-green commented 5 years ago

This makes it more in line with count_calling_files api

codecov[bot] commented 5 years ago

Codecov Report

Merging #52 into master will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   96.35%   96.33%   -0.03%     
==========================================
  Files           8        8              
  Lines         329      327       -2     
  Branches       46       46              
==========================================
- Hits          317      315       -2     
  Misses          6        6              
  Partials        6        6
Flag Coverage Δ
#py27 96.33% <100%> (-0.03%) :arrow_down:
#py36 96.33% <100%> (-0.03%) :arrow_down:
Impacted Files Coverage Δ
codewatch/__init__.py 100% <ø> (ø) :arrow_up:
codewatch/node_visitor.py 88.88% <100%> (-0.21%) :arrow_down:

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 fed547f...2203957. Read the comment docs.