Skip to content

Commit

Permalink
Add CI and Codecov badges in README (#20)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
kaijchen committed Jul 5, 2022
1 parent 2fc3c26 commit 9de136d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9de136d

Please sign in to comment.