fastruby / skunk

A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!
https://www.fastruby.io/blog/code-quality/intruducing-skunk-stink-score-calculator.html
MIT License
505 stars 25 forks source link

Ignore folders that either start or end with spec or test, which will… #65

Closed rdormer closed 3 years ago

rdormer commented 3 years ago

… skip nested folders as well as top level

This addresses https://github.com/fastruby/skunk/issues/60

codecov[bot] commented 3 years ago

Codecov Report

Merging #65 (d5c1863) into main (04738f1) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
+ Coverage   93.85%   93.93%   +0.08%     
==========================================
  Files          23       23              
  Lines         423      429       +6     
==========================================
+ Hits          397      403       +6     
  Misses         26       26              
Impacted Files Coverage Δ
lib/skunk/cli/commands/status_reporter.rb 97.50% <100.00%> (+0.06%) :arrow_up:
...est/lib/skunk/cli/commands/status_reporter_test.rb 100.00% <100.00%> (ø)

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 04738f1...d5c1863. Read the comment docs.