rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.11k stars 552 forks source link

Fix badges in readme #757

Closed collimarco closed 2 years ago

collimarco commented 2 years ago

Many badges / icons in the readme are broken. That is sad for a great project like this :(

In particular:

dorner commented 2 years ago

The code climate one looks like it works? The other one is definitely out of date and should be replaced with this https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge

collimarco commented 2 years ago

The code climate one looks like it works?

It doesn't on my computer

dorner commented 2 years ago

You're correct, I was looking at the one next to it :)

dorner commented 2 years ago

Actually none of these badges work. :( When the repo was moved from erikhuda to rails the badges that do work are referencing the old repo. @rafaelfranca what do we need to do to add this back to e.g. Codeclimate and Coveralls?

rafaelfranca commented 2 years ago

I'll just remove those badges. They don't add much. CI should be always passing, and codeclimate is not useful for us.