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

Make main workflow clear #99

Closed JuanVqz closed 2 years ago

JuanVqz commented 2 years ago

Description:

I made the main workflow simpler and easy to understand, if you also need to add a next ruby version, just need to add it in the matrix array. ex. ruby-version: [2.5, 2.6, 2.7, 3.0, 3.1]

I will abide by the code of conduct.

codecov[bot] commented 2 years ago

Codecov Report

Merging #99 (ff9132d) into main (733dd4f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #99   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files          25       25           
  Lines         463      463           
=======================================
  Hits          455      455           
  Misses          8        8           

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

JuanVqz commented 2 years ago

This is ready to be review, :+1: