-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codacy badges broken #1985
Comments
I have reached out to Codacy support to make them aware of the issue. I will report back with any relevant responses. |
The Travis badge was not pointing to the master branch so any failure on any branch would make the badge in the readme show a build failure. The Codacy badge from shields.io is currently broken badges/shields#1985 I have commented it to hide for now as well as pointed it to the master branch for when it is fixed.
Current Shields' badge is broken. See badges/shields#1985
…longer working (see badges/shields#1985)
Received a response from Codacy support. They have added the information required back into the badges. It seems like previously they only included two text fields in the SVG but now they include 3, so the index of the field needed for shields has increased by one for both badges. |
This is great, thanks for keeping us updated! The way forward is probably something along these lines:
I'm happy to look into this over the week-end, |
Okay, a proposed fix has now been merged into the |
All good, we are live since yesterday: We're doing some more work to further improve the user experience with our Codacy badges, see #2102 for more information. 😉 |
Codacy have updated their own badges and we are no longer able to retrieve any relevant information using our
fetchFromSvg
function. As our result, Shields's badges are no longer working properly:They do have a proper API documented here, but an API token is required. When none is provided, requests are rejected, even for public projects:
We may need to contact support to get this sorted.
The text was updated successfully, but these errors were encountered: