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

add some helpful predicates #60

Open lime-green opened 5 years ago

lime-green commented 5 years ago

These predicates are meant to be general-use (call node) predicates to be used for visitor and inference-tip functions

codecov[bot] commented 5 years ago

Codecov Report

Merging #60 into master will increase coverage by 0.42%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   93.41%   93.83%   +0.42%     
==========================================
  Files          10       11       +1     
  Lines         395      422      +27     
  Branches       57       64       +7     
==========================================
+ Hits          369      396      +27     
  Misses         15       15              
  Partials       11       11
Flag Coverage Δ
#py27 93.83% <100%> (+0.42%) :arrow_up:
#py36 93.83% <100%> (+0.42%) :arrow_up:
#py37 93.83% <100%> (+0.42%) :arrow_up:
Impacted Files Coverage Δ
codewatch/__init__.py 100% <100%> (ø) :arrow_up:
codewatch/predicates.py 100% <100%> (ø)

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 466b7f2...10dfe83. Read the comment docs.