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

make decorator wrapper variables private #21

Closed lime-green closed 5 years ago

lime-green commented 5 years ago

addresses https://github.com/tophat/codewatch/issues/17

codecov[bot] commented 5 years ago

Codecov Report

Merging #21 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   99.51%   99.51%           
=======================================
  Files           7        7           
  Lines         206      206           
  Branches       26       26           
=======================================
  Hits          205      205           
  Misses          1        1
Flag Coverage Δ
#py27 99.51% <100%> (ø) :arrow_up:
#py36 99.51% <100%> (ø) :arrow_up:
Impacted Files Coverage Δ
codewatch/node_visitor.py 96.87% <100%> (ø) :arrow_up:
codewatch/assertion.py 100% <100%> (ø) :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 d1aaa1d...bc8c82d. Read the comment docs.