Sonarqube badge on README.md seems outdated
See original GitHub issue4th badge is pointing sonardebt
as like below (README.md
)
[sonardebt]:https://sonarqube.com/dashboard?id=com.jfoenix%3Ajfoenix-root
[sonardebt img]:https://sonarqube.com/api/badges/measure?key=com.jfoenix:jfoenix-root&metric=sqale_debt_ratio
if you clicks the badge https://sonarqube.com/dashboard?id=com.jfoenix%3Ajfoenix-root
then the link redirects you to https://sonarcloud.io/dashboard?id=com.jfoenix%253Ajfoenix-root
with 404
error.
I think this link should be changed to https://sonarcloud.io/dashboard?id=com.jfoenix%3Ajfoenix-root
which is %25
less.
BUT, I couldn’t found appropriate sqale_debt_ratio
metric on Get project badges
button on the bottom right with new sonarcloud.io
.
Additional information
- theres also
sonar
link onREADME.md
which is never used[sonar]:https://sonarqube.com/dashboard?id=com.jfoenix%3Ajfoenix-root [sonar img]:https://sonarqube.com/api/badges/gate?key=com.jfoenix:jfoenix-root
- and … the repo shown on sonar is seems outdated too 😭
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Sonarqube badge on README.md seems outdated #1056
4th badge is pointing sonardebt as like below (README.md) [sonardebt]:https://sonarqube.com/dashboard?id=com.jfoenix%3Ajfoenix-root ...
Read more >Sonarqube badge not working on github README
The issue is that the badges generated by the Sonarqube server(I am using a Sonarqbe server not Sonarcloud) do not show the image...
Read more >Project page - SonarQube Documentation
You can find the project badges by opening the Project Information menu in the upper-right corner of the project home page and clicking...
Read more >Publishing SonarQube badges using Azure Functions
So the problem is that SonarQube does not natively support getting these badges when without authentication when hosting SonarQube on-prem. This ...
Read more >SonarQube badges - New features - Sonar Community
SonarQube v7.9.3 I'm utilizing the badges available for my project on another team site, ... [Deprecated] Suggest new features New features.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think we should move to
TravisCI
I see, that’s why it was not analyzing java files. Thanks you @silentsoft for the explanation