Skip to content

Commit 7c74c63

Browse files
lvan100lianghuan
authored andcommitted
docs(README): update test coverage badge
1 parent 9bbc4c3 commit 7c74c63

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
<img src="https://img.shields.io/github/license/go-spring/spring-core" alt="license"/>
55
<img src="https://img.shields.io/github/go-mod/go-version/go-spring/spring-core" alt="go-version"/>
66
<img src="https://img.shields.io/github/v/release/go-spring/spring-core?include_prereleases" alt="release"/>
7-
<img src="https://codecov.io/gh/go-spring/spring-core/branch/main/graph/badge.svg" alt="test-coverage"/>
7+
<a href="https://codecov.io/gh/go-spring/spring-core" >
8+
<img src="https://codecov.io/gh/go-spring/spring-core/graph/badge.svg?token=SX7CV1T0O8" alt="test-coverage"/>
9+
</a>
810
<a href="https://deepwiki.com/go-spring/spring-core"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
911
</div>
1012

11-
[中文](README_CN.md)
13+
[English](README.md) | [中文](README_CN.md)
1214

1315
**Go-Spring is a high-performance framework for modern Go application development, inspired by the Spring / Spring Boot
1416
ecosystem in the Java community.**

README_CN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
<img src="https://img.shields.io/github/license/go-spring/spring-core" alt="license"/>
55
<img src="https://img.shields.io/github/go-mod/go-version/go-spring/spring-core" alt="go-version"/>
66
<img src="https://img.shields.io/github/v/release/go-spring/spring-core?include_prereleases" alt="release"/>
7-
<img src="https://codecov.io/gh/go-spring/spring-core/branch/main/graph/badge.svg" alt="test-coverage"/>
7+
<a href="https://codecov.io/gh/go-spring/spring-core" >
8+
<img src="https://codecov.io/gh/go-spring/spring-core/graph/badge.svg?token=SX7CV1T0O8" alt="test-coverage"/>
9+
</a>
810
<a href="https://deepwiki.com/go-spring/spring-core"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
911
</div>
1012

11-
[English](README.md)
13+
[English](README.md) | [中文](README_CN.md)
1214

1315
**Go-Spring 是一个面向现代 Go 应用开发的高性能框架,灵感源自 Java 社区的 Spring / Spring Boot。**
1416
它的设计理念深度融合 Go 语言的特性,既保留了 Spring 世界中成熟的开发范式,如依赖注入(DI)、自动配置和生命周期管理,

0 commit comments

Comments
 (0)