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 <[email protected]>
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.
+[](https://github.com/apache/incubator-uniffle/actions/workflows/build.yml)
+[](https://codecov.io/gh/apache/incubator-uniffle)
+
## Architecture

Firestorm contains coordinator cluster, shuffle server cluster and remote
storage(eg, HDFS) if necessary.