From 8c1ea73de61c5299d93d11893b4ddb057e3afbda Mon Sep 17 00:00:00 2001 From: Fengda Huang Date: Mon, 29 Jan 2024 18:13:20 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 296abe7..8a5dc0c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/d5a5e060522403b1f79b/maintainability)](https://codeclimate.com/github/phodal/coca/maintainability) [![codecov](https://codecov.io/gh/modernizing/coca/branch/master/graph/badge.svg)](https://codecov.io/gh/modernizing/coca) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/phodal/coca) -![Go](https://github.com/modernizing/coca/workflows/Go/badge.svg) +[![Build](https://github.com/phodal/coca/actions/workflows/go.yml/badge.svg)](https://github.com/phodal/coca/actions/workflows/go.yml) > [Coca](https://coca.migration.ink/) is a toolbox which is design for legacy system refactoring and analysis, includes call graph, concept analysis, api tree, design patterns suggest. [Coca](https://coca.migration.ink/) 是一个用于系统重构、系统迁移和系统分析的工具箱。它可以分析代码中的测试坏味道、模块化分析、行数统计、分析调用与依赖、Git 分析以及自动化重构等。