Skip to content

Commit 4158f3d

Browse files
sraghunandanchenliang613
authored andcommitted
[CARBONDATA-1785][Build] add coveralls badge to carbondata
[CARBONDATA-1785][Build] add coveralls badge to carbondata This closes apache#1541
1 parent 9c03854 commit 4158f3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can find the latest CarbonData document and learn more at:
2727
## Status
2828
Spark2.1:
2929
[![Build Status](https://builds.apache.org/buildStatus/icon?job=carbondata-master-spark-2.1)](https://builds.apache.org/view/A-D/view/CarbonData/job/carbondata-master-spark-2.1/badge/icon)
30-
30+
[![Coverage Status](https://coveralls.io/repos/github/apache/carbondata/badge.svg?branch=master)](https://coveralls.io/github/apache/carbondata?branch=master)
3131
## Features
3232
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:
3333
* 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.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
<artifactId>coveralls-maven-plugin</artifactId>
483483
<version>4.3.0</version>
484484
<configuration>
485-
<repoToken>Q8mcBW8dw34wjNiPAMx0SFQidspIwHw8g</repoToken>
485+
<repoToken>opPwqWW41vYppv6KISea3u1TJvE1ugJ5Y</repoToken>
486486
<sourceEncoding>UTF-8</sourceEncoding>
487487
<jacocoReports>
488488
<jacocoReport>${basedir}/target/carbondata-coverage-report/carbondata-coverage-report.xml

0 commit comments

Comments
 (0)