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

only make this tuple class once #49

Closed lime-green closed 5 years ago

lime-green commented 5 years ago

On our sample project this change reduced runtime from 2.5 minutes to 27 seconds :joy:

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   96.33%   96.33%           
=======================================
  Files           8        8           
  Lines         327      327           
  Branches       46       46           
=======================================
  Hits          315      315           
  Misses          6        6           
  Partials        6        6
Flag Coverage Δ
#py27 96.33% <100%> (ø) :arrow_up:
#py36 96.33% <100%> (ø) :arrow_up:
Impacted Files Coverage Δ
codewatch/node_visitor.py 89.09% <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 8cfa3ec...1e561c9. Read the comment docs.

lime-green commented 5 years ago

@cabiad :joy: