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 sensible filter defaults #30

Closed lime-green closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #30   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      8    +1     
  Lines         228    263   +35     
  Branches       26     32    +6     
=====================================
+ Hits          228    263   +35
Flag Coverage Δ
#py27 100% <100%> (ø) :arrow_up:
#py36 100% <100%> (ø) :arrow_up:
Impacted Files Coverage Δ
codewatch/loader.py 100% <100%> (ø) :arrow_up:
codewatch/defaults.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 0d0467b...12112d9. Read the comment docs.

cabiad commented 5 years ago

Shall we update the version as a part of this change too, or do we want a separate commit/PR for that?