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

Fix analyzed module test #98

Closed JuanVqz closed 1 year ago

JuanVqz commented 1 year ago

Description:

Fix analyzed module test

I will abide by the code of conduct.

codecov[bot] commented 1 year ago

Codecov Report

Merging #98 (1e052af) into main (b74fe97) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   98.26%   98.27%           
=======================================
  Files          25       25           
  Lines         462      463    +1     
=======================================
+ Hits          454      455    +1     
  Misses          8        8           
Impacted Files Coverage Δ
lib/skunk/cli/commands/status_reporter.rb 97.50% <ø> (ø)
lib/skunk/cli/commands/status_sharer.rb 97.67% <ø> (ø)
lib/skunk/rubycritic/analysed_module.rb 100.00% <ø> (ø)
lib/skunk/cli/options/argv.rb 100.00% <100.00%> (ø)
test/lib/skunk/rubycritic/analysed_module_test.rb 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

JuanVqz commented 1 year ago

This is ready from my end