Repository: carbondata Updated Branches: refs/heads/master 9c038543e -> 4158f3d96
[CARBONDATA-1785][Build] add coveralls badge to carbondata [CARBONDATA-1785][Build] add coveralls badge to carbondata This closes #1541 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/4158f3d9 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/4158f3d9 Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/4158f3d9 Branch: refs/heads/master Commit: 4158f3d96d89755083e1a07a45bc9405658153e9 Parents: 9c03854 Author: sraghunandan <[email protected]> Authored: Tue Nov 21 10:58:14 2017 +0530 Committer: chenliang613 <[email protected]> Committed: Wed Dec 13 18:54:57 2017 +0800 ---------------------------------------------------------------------- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/4158f3d9/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b35339c..15dba93 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You can find the latest CarbonData document and learn more at: ## Status Spark2.1: [](https://builds.apache.org/view/A-D/view/CarbonData/job/carbondata-master-spark-2.1/badge/icon) - +[](https://coveralls.io/github/apache/carbondata?branch=master) ## Features CarbonData file format is a columnar store in HDFS, it has many features that a modern columnar format has, such as splittable, compression schema ,complex data type etc, and CarbonData has following unique features: * Stores data along with index: it can significantly accelerate query performance and reduces the I/O scans and CPU resources, where there are filters in the query. CarbonData index consists of multiple level of indices, a processing framework can leverage this index to reduce the task it needs to schedule and process, and it can also do skip scan in more finer grain unit (called blocklet) in task side scanning instead of scanning the whole file. http://git-wip-us.apache.org/repos/asf/carbondata/blob/4158f3d9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 857f731..be49b75 100644 --- a/pom.xml +++ b/pom.xml @@ -482,7 +482,7 @@ <artifactId>coveralls-maven-plugin</artifactId> <version>4.3.0</version> <configuration> - <repoToken>Q8mcBW8dw34wjNiPAMx0SFQidspIwHw8g</repoToken> + <repoToken>opPwqWW41vYppv6KISea3u1TJvE1ugJ5Y</repoToken> <sourceEncoding>UTF-8</sourceEncoding> <jacocoReports> <jacocoReport>${basedir}/target/carbondata-coverage-report/carbondata-coverage-report.xml
