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

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f3f975ea677 MINOR: Add badge for flaky test report (#18179)
f3f975ea677 is described below

commit f3f975ea67752e11f279901031a8eebb712d8319
Author: David Arthur <[email protected]>
AuthorDate: Fri Dec 13 23:14:50 2024 -0500

    MINOR: Add badge for flaky test report (#18179)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 .github/workflows/generate-reports.yml | 2 +-
 README.md                              | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/generate-reports.yml 
b/.github/workflows/generate-reports.yml
index 2f11c85a338..d3ad9cfa773 100644
--- a/.github/workflows/generate-reports.yml
+++ b/.github/workflows/generate-reports.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: Generate Reports
+name: Flaky Test Report
 on:
   workflow_dispatch:      # Let us run manually
 
diff --git a/README.md b/README.md
index e11a8b88084..059e89b5844 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
 Apache Kafka
 =================
+
+![CI](https://github.com/apache/kafka/actions/workflows/ci.yml/badge.svg?branch=trunk&event=push)
+![Flaky Test 
Report](https://github.com/apache/kafka/actions/workflows/generate-reports.yml/badge.svg?branch=trunk&event=schedule)
+
 See our [web site](https://kafka.apache.org) for details on the project.
 
 You need to have 
[Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) 
installed.

Reply via email to