From a2deef8b28460fc0295d2669dccee2bc0a8e85f3 Mon Sep 17 00:00:00 2001 From: Jay Pipes Date: Thu, 2 Jul 2026 15:52:22 -0400 Subject: [PATCH] replace Go report card with test status badge Go report card [is no longer][no-grc]. This replaces the badge with a simple status badge for the test-integration GH action run on main branch. [no-grc]: https://github.com/gojp/goreportcard Signed-off-by: Jay Pipes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e7c96f..4d461ab4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Temporal Worker Controller [![License](https://img.shields.io/github/license/temporalio/temporal-worker-controller)](LICENSE) -[![Go Report Card](https://goreportcard.com/badge/github.com/temporalio/temporal-worker-controller)](https://goreportcard.com/report/github.com/temporalio/temporal-worker-controller) +[![Build Status](https://github.com/temporalio/temporal-worker-controller/actions/workflows/test-integration.yml/badge.svg?branch=main)](https://github.com/temporalio/temporal-worker-controller/actions) > 🚀 **Generally Available**: This project is [Generally Available](https://docs.temporal.io/evaluate/development-production-features/release-stages) and ready for production use cases. Core functionality is complete with stable APIs.