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
511 stars 29 forks source link

Test with Ruby 3.1 #85

Closed etagwerker closed 2 years ago

etagwerker commented 2 years ago

Hey,

This PR tests the library with Ruby 3.1.

Please check it out.

Thanks!

I will abide by the code of conduct.

codecov[bot] commented 2 years ago

Codecov Report

Merging #85 (d599753) into main (66a1167) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #85   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files          25       25           
  Lines         462      462           
=======================================
  Hits          454      454           
  Misses          8        8           

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 66a1167...d599753. Read the comment docs.

kindoflew commented 2 years ago

Looks good to me! and I guess GitHub Actions did QA for us? haha