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

Update expectation to be more convenient #117

Closed etagwerker closed 7 months ago

etagwerker commented 7 months ago

Description:

This PR removes the version number from the console output expectation, which makes it easier to keep the test suite in a passing state.

If changes to the behavior are made, clearly describe what changes.

I will abide by the code of conduct.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.02%. Comparing base (77bbd4e) to head (4881c0f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #117 +/- ## ======================================= Coverage 99.02% 99.02% ======================================= Files 17 17 Lines 307 307 ======================================= Hits 304 304 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.