From cbcdb7845844d4c44a7deba86f0c9dcc43ba392a Mon Sep 17 00:00:00 2001 From: JackChen Date: Sun, 5 Apr 2026 13:38:31 +0800 Subject: [PATCH] docs: add coverage badge to README --- README.md | 1 + README_zh.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ceda0f..78b782b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ TypeScript framework for multi-agent orchestration. One `runTeam()` call from go [![GitHub stars](https://img.shields.io/github/stars/JackChen-me/open-multi-agent)](https://github.com/JackChen-me/open-multi-agent/stargazers) [![license](https://img.shields.io/github/license/JackChen-me/open-multi-agent)](./LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-5.6-blue)](https://www.typescriptlang.org/) +[![coverage](https://img.shields.io/badge/coverage-71%25-brightgreen)](https://github.com/JackChen-me/open-multi-agent/actions) **English** | [中文](./README_zh.md) diff --git a/README_zh.md b/README_zh.md index df08cb2..bf58a0b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -7,6 +7,7 @@ TypeScript 多智能体编排框架。一次 `runTeam()` 调用从目标到结 [![GitHub stars](https://img.shields.io/github/stars/JackChen-me/open-multi-agent)](https://github.com/JackChen-me/open-multi-agent/stargazers) [![license](https://img.shields.io/github/license/JackChen-me/open-multi-agent)](./LICENSE) [![TypeScript](https://img.shields.io/badge/TypeScript-5.6-blue)](https://www.typescriptlang.org/) +[![coverage](https://img.shields.io/badge/coverage-71%25-brightgreen)](https://github.com/JackChen-me/open-multi-agent/actions) [English](./README.md) | **中文**