Skip to content

Commit f064d09

Browse files
committed
fix cover badge
1 parent b8cbad4 commit f064d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Golang source code parsing, usage like reflect package
66
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/gotype)](https://goreportcard.com/report/github.com/wzshiming/gotype)
77
[![GoDoc](https://godoc.org/github.com/wzshiming/gotype?status.svg)](https://godoc.org/github.com/wzshiming/gotype)
88
[![GitHub license](https://img.shields.io/github/license/wzshiming/gotype.svg)](https://github.com/wzshiming/gotype/blob/master/LICENSE)
9-
[![cover.run](https://cover.run/go/github.com/wzshiming/gotype.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fwzshiming%2Fgotype)
9+
[![gocover.io](https://gocover.io/_badge/github.com/wzshiming/gotype)](https://gocover.io/github.com/wzshiming/gotype)
1010

1111
- [English](https://github.com/wzshiming/gotype/blob/master/README.md)
1212
- [简体中文](https://github.com/wzshiming/gotype/blob/master/README_cn.md)

README_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Golang源代码解析,像反射包一样使用
66
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/gotype)](https://goreportcard.com/report/github.com/wzshiming/gotype)
77
[![GoDoc](https://godoc.org/github.com/wzshiming/gotype?status.svg)](https://godoc.org/github.com/wzshiming/gotype)
88
[![GitHub license](https://img.shields.io/github/license/wzshiming/gotype.svg)](https://github.com/wzshiming/gotype/blob/master/LICENSE)
9-
[![cover.run](https://cover.run/go/github.com/wzshiming/gotype.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fwzshiming%2Fgotype)
9+
[![gocover.io](https://gocover.io/_badge/github.com/wzshiming/gotype)](https://gocover.io/github.com/wzshiming/gotype)
1010

1111
- [English](https://github.com/wzshiming/gotype/blob/master/README.md)
1212
- [简体中文](https://github.com/wzshiming/gotype/blob/master/README_cn.md)

0 commit comments

Comments
 (0)