You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When comparing 2 branches, if the new branch has a better skunk score above the threshold, the exit status of the command should be 0 so it's not considered a failure.
Actual behavior:
When the score improves above the threshold, the exit status is non-zero so it's considered a failure in CI.
Branch/Commit:
Version 0.5.2.
Expected behavior:
When comparing 2 branches, if the new branch has a better skunk score above the threshold, the exit status of the command should be 0 so it's not considered a failure.
Actual behavior:
When the score improves above the threshold, the exit status is non-zero so it's considered a failure in CI.
From this PR https://github.com/fastruby/skunk.fyi/actions/runs/6655872886/job/18087134376?pr=103
Steps to reproduce:
Run the compare command for a new PR improving the skunk score average by more than the threshold.
I will abide by the code of conduct
The text was updated successfully, but these errors were encountered: