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

Fixes share issue with version command #83

Closed etagwerker closed 2 years ago

etagwerker commented 2 years ago

Hey,

This PR fixes #81.

Please check it out.

Thanks!

I will abide by the code of conduct.

codecov[bot] commented 2 years ago

Codecov Report

Merging #83 (94e0508) into main (730e7eb) will increase coverage by 2.70%. The diff coverage is 100.00%.

:exclamation: Current head 94e0508 differs from pull request most recent head c80e274. Consider uploading reports for the commit c80e274 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   95.50%   98.21%   +2.70%     
==========================================
  Files          24       24              
  Lines         445      448       +3     
==========================================
+ Hits          425      440      +15     
+ Misses         20        8      -12     
Impacted Files Coverage Δ
test/lib/skunk/rubycritic/analysed_module_test.rb 100.00% <ø> (ø)
lib/skunk/cli/application.rb 100.00% <100.00%> (ø)
lib/skunk/cli/commands/help.rb 100.00% <100.00%> (ø)
lib/skunk/cli/commands/shareable.rb 100.00% <100.00%> (ø)
lib/skunk/cli/commands/version.rb 100.00% <100.00%> (+100.00%) :arrow_up:
test/lib/skunk/cli/commands/help_test.rb 100.00% <100.00%> (ø)
lib/skunk/cli/options/argv.rb 100.00% <0.00%> (+4.76%) :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 730e7eb...c80e274. Read the comment docs.