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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 4373b67  [MINOR] Add GitHub Action build status badge to the README
4373b67 is described below

commit 4373b67a6bb8046314dcb5d968e12c3c88c4e550
Author: William Hyun <[email protected]>
AuthorDate: Thu Jun 17 15:25:24 2021 -0700

    [MINOR] Add GitHub Action build status badge to the README
    
    ### What changes were proposed in this pull request?
    This PR aims to add GitHub Action build status badge to README.md.
    
    ### Why are the changes needed?
    This will improve the visibility of the build status.
    - https://github.com/williamhyun/spark/tree/badge#apache-spark
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    N/A
    
    Closes #32954 from williamhyun/badge.
    
    Authored-by: William Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index aa7d1dd..7d2c457 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ and Structured Streaming for stream processing.
 
 <https://spark.apache.org/>
 
+[![GitHub Action 
Build](https://github.com/apache/spark/actions/workflows/build_and_test.yml/badge.svg?branch=master)](https://github.com/apache/spark/actions/workflows/build_and_test.yml?query=branch%3Amaster)
 [![Jenkins 
Build](https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-3.2/badge/icon)](https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-3.2)
 [![AppVeyor 
Build](https://img.shields.io/appveyor/ci/ApacheSoftwareFoundation/spark/master.svg?style=plastic&logo=appveyor)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark)
 [![PySpark 
Coverage](https://img.shields.io/badge/dynamic/xml.svg?label=pyspark%20coverage&url=https%3A%2F%2Fspark-test.github.io%2Fpyspark-coverage-site&query=%2Fhtml%2Fbody%2Fdiv%5B1%5D%2Fdiv%2Fh1%2Fspan&colorB=brightgreen&style=plastic)](https://spark-test.github.io/pyspark-coverage-site)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to