You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2022/07/05 01:06:29 UTC

[incubator-uniffle] branch master updated: Add CI and Codecov badges in README (#20)

This is an automated email from the ASF dual-hosted git repository.

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 9de136d  Add CI and Codecov badges in README (#20)
9de136d is described below

commit 9de136dde57d8de8f13e684f0e2db1445a4abacf
Author: Kaijie Chen <ch...@kaijie.org>
AuthorDate: Tue Jul 5 09:06:24 2022 +0800

    Add CI and Codecov badges in README (#20)
    
    ### What changes were proposed in this pull request?
    
    Add CI and Codecov badges in README.
    
    ### Why are the changes needed?
    
    It's easier to see the CI and Codecov result.
    And you can click the badges for details.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    See: https://github.com/kaijchen/incubator-uniffle/blob/badges/README.md
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 6237ed1..4216a4d 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,9 @@
 Firestorm is a Remote Shuffle Service, and provides the capability for Apache Spark applications
 to store shuffle data on remote servers.
 
+[![Build](https://github.com/apache/incubator-uniffle/actions/workflows/build.yml/badge.svg?branch=master&event=push)](https://github.com/apache/incubator-uniffle/actions/workflows/build.yml)
+[![Codecov](https://codecov.io/gh/apache/incubator-uniffle/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-uniffle)
+
 ## Architecture
 ![Rss Architecture](docs/asset/rss_architecture.png)
 Firestorm contains coordinator cluster, shuffle server cluster and remote storage(eg, HDFS) if necessary.