httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
32.73k stars 3.68k forks source link

Fix ci status badge error #1464

Closed shuuji3 closed 1 year ago

shuuji3 commented 1 year ago

Hi, this PR fixes the CI badge status error due to the recent update of shields.io. You can read the details here: https://github.com/badges/shields/issues/8671.

Also, I changed to show the status of tests instead of Build. I couldn't find Build workflow so I dug into the commit history and found out that the Build workflow was actually removed a while ago (https://github.com/httpie/httpie/commit/4c8633c6e51f388523ab4fa649040934402a4fc9#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f). The previous badge might have been showing a false positive status. 😅 After this fix, it will show the correct status again!

Before

Screenshot 2023-01-03 at 1 44 42

After

Screenshot 2023-01-03 at 2 00 34
jkbrzt commented 1 year ago

@shuuji3 thank you! 🥧

shuuji3 commented 1 year ago

Thank you for merging! 🙂