From ea3a54639dfcfb6e1b3bc4e203d500cfa49866e5 Mon Sep 17 00:00:00 2001 From: Vigith Maurice Date: Thu, 2 Jul 2026 11:40:12 -0700 Subject: [PATCH 1/2] chore: remove deprecated Go Report Card badge Signed-off-by: Vigith Maurice --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 35c2d1ea89..def037b25f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Numaflow [![Built with Rust](https://img.shields.io/badge/built_with-Rust-dca282.svg)](https://github.com/numaproj/numaflow) -[![Go Report Card](https://goreportcard.com/badge/github.com/numaproj/numaflow)](https://goreportcard.com/report/github.com/numaproj/numaflow) [![slack](https://img.shields.io/badge/slack-numaproj-brightgreen.svg?logo=slack)](https://join.slack.com/t/numaproj/shared_invite/zt-19svuv47m-YKHhsQ~~KK9mBv1E7pNzfg) [![GoDoc](https://godoc.org/github.com/numaproj/numaflow?status.svg)](https://godoc.org/github.com/numaproj/numaflow/pkg/apis) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) From 6f9843eb84dbbb3496060f1bd0a8f2c43fcd2392 Mon Sep 17 00:00:00 2001 From: Vigith Maurice Date: Thu, 2 Jul 2026 11:59:56 -0700 Subject: [PATCH 2/2] chore: add Rust Report Card badge Signed-off-by: Vigith Maurice --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index def037b25f..f7ab0d56f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Numaflow [![Built with Rust](https://img.shields.io/badge/built_with-Rust-dca282.svg)](https://github.com/numaproj/numaflow) +[![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/numaproj/numaflow)](https://rust-reportcard.xuri.me/report/github.com/numaproj/numaflow) [![slack](https://img.shields.io/badge/slack-numaproj-brightgreen.svg?logo=slack)](https://join.slack.com/t/numaproj/shared_invite/zt-19svuv47m-YKHhsQ~~KK9mBv1E7pNzfg) [![GoDoc](https://godoc.org/github.com/numaproj/numaflow?status.svg)](https://godoc.org/github.com/numaproj/numaflow/pkg/apis) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)