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

[BUG] When comparing with other branches, output file is blank #96

Open SantiLl opened 2 years ago

SantiLl commented 2 years ago

Before we start...:

Version, Branch, or Commit:

0.5.2

Expected behavior:

Expected to compare skunk score between branches, and output the result to a desired file.

Actual behavior:

Skunk analysis runs well on shell with desired results, but the output file is blank.

Steps to reproduce:

From a feature branch:

skunk -b main -o skunk.txt

Context and environment:

I will abide by the [code of conduct] (https://github.com/fastruby/skunk/blob/master/CODE_OF_CONDUCT.md)

mateusdeap commented 1 year ago

@SantiLl This is actually a feature we don't have, if I'm understanding you right, rather than a bug. For example, do you feel that if #54 were solved, your problem would be solved?