You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2018/01/29 05:57:28 UTC

kylin git commit: Add Code Badge for Codacy & SonarCloud

Repository: kylin
Updated Branches:
  refs/heads/document 40a53fe34 -> 7e82ed070


Add Code Badge for Codacy & SonarCloud


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/7e82ed07
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/7e82ed07
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/7e82ed07

Branch: refs/heads/document
Commit: 7e82ed0702858a70a6feccb605560cf7b11bddc6
Parents: 40a53fe
Author: Billy Liu <bi...@apache.org>
Authored: Mon Jan 29 13:57:20 2018 +0800
Committer: Billy Liu <bi...@apache.org>
Committed: Mon Jan 29 13:57:20 2018 +0800

----------------------------------------------------------------------
 website/_dev/index.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/7e82ed07/website/_dev/index.md
----------------------------------------------------------------------
diff --git a/website/_dev/index.md b/website/_dev/index.md
index e83f987..060ed33 100644
--- a/website/_dev/index.md
+++ b/website/_dev/index.md
@@ -16,10 +16,13 @@ Source Repo: [git://git.apache.org/kylin.git](git://git.apache.org/kylin.git)
 Mirrored to Github: [https://github.com/apache/kylin](https://github.com/apache/kylin)
 
 ### CI and Code Analysis
-UT on master branch with JDK 1.7: [Kylin-Master-JDK-1.7](https://builds.apache.org/job/Kylin-Master-JDK-1.7/) 
+UT on master branch with JDK 1.7(deprecated): [Kylin-Master-JDK-1.7](https://builds.apache.org/job/Kylin-Master-JDK-1.7/) 
 UT on master branch with JDK 1.8: [Kylin-Master-JDK-1.8](https://builds.apache.org/job/Kylin-Master-JDK-1.8/) 
 Static Code Analysis: [SonarCube dashboard](https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin)
 
+[![Build Status](https://travis-ci.org/apache/kylin.svg?branch=master)](https://travis-ci.org/apache/kylin)[![Codacy Badge](https://api.codacy.com/project/badge/Grade/74f0139786cd4e8a8ce69bb0c17c2e71)](https://www.codacy.com/app/kyligence-git/kylin?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=apache/kylin&amp;utm_campaign=Badge_Grade)
+[![Quality Gate](https://sonarcloud.io/api/badges/gate?key=org.apache.kylin%3Akylin)](https://sonarcloud.io/dashboard/index/org.apache.kylin%3Akylin)[![SonarCloud Coverage](https://sonarcloud.io/api/badges/measure?key=org.apache.kylin%3Akylin&metric=coverage)](https://sonarcloud.io/component_measures/metric/coverage/list?id=org.apache.kylin%3Akylin)[![SonarCloud Bugs](https://sonarcloud.io/api/badges/measure?key=org.apache.kylin%3Akylin&metric=bugs)](https://sonarcloud.io/component_measures/metric/reliability_rating/list?id=org.apache.kylin%3Akylin)[![SonarCloud Vulnerabilities](https://sonarcloud.io/api/badges/measure?key=org.apache.kylin%3Akylin&metric=vulnerabilities)](https://sonarcloud.io/component_measures/metric/security_rating/list?id=org.apache.kylin%3Akylin)
+
 ### Issue Tracking  
 Track issues on the "Kylin" Project on the Apache JIRA ([browse](http://issues.apache.org/jira/browse/KYLIN)).