]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Add Quality badge to README
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 15 Mar 2019 19:56:14 +0000 (20:56 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 15 Mar 2019 20:19:59 +0000 (21:19 +0100)
[skip ci]

README.md

index 61dba986fff0f55c49bcc2915d2d1b0341c0a08d..1a385906106ac74cb0a570d02d912deb6c923ed5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 SonarQube Scanner 
 =========================
 [![Build Status](https://travis-ci.org/SonarSource/sonar-scanner-cli.svg?branch=master)](https://travis-ci.org/SonarSource/sonar-scanner-cli)
-[![Build status](https://ci.appveyor.com/api/projects/status/s3sg3fhui556v02o/branch/master?svg=true)](https://ci.appveyor.com/project/henryju/sonar-scanner-cli/branch/master)
+[![Build status](https://ci.appveyor.com/api/projects/status/s3sg3fhui556v02o/branch/master?svg=true)](https://ci.appveyor.com/project/henryju/sonar-scanner-cli/branch/master) [![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.scanner.cli%3Asonar-scanner-cli&metric=alert_status)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.scanner.cli%3Asonar-scanner-cli)
 
-Official SonarQube Scanner used to start code analysis. Project configuration is read from a sonar-project.properties or passed on command line.
+Official SonarQube Scanner used to start code analysis. Project configuration is read from file `sonar-project.properties` or passed on command line.
 
-Documentation:
+Documentation
 http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
 
 Issue Tracker: