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

Set up GitHub CI to run Ruby 3.0 as well #66

Closed etagwerker closed 3 years ago

etagwerker commented 3 years ago

Hi folks,

We want to make sure that things work in Ruby 3.0, so I figured we could add configuration so that GitHub Actions test what happens with Ruby 3.0.

Please check it out.

Thanks!

codecov[bot] commented 3 years ago

Codecov Report

Merging #66 (3fa840c) into main (04738f1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #66   +/-   ##
=======================================
  Coverage   93.85%   93.85%           
=======================================
  Files          23       23           
  Lines         423      423           
=======================================
  Hits          397      397           
  Misses         26       26           

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...3fa840c. Read the comment docs.