add go report card back (#313)
* add go report card back * avoid test failure, run tests sequentially
This commit is contained in:
@@ -23,7 +23,6 @@ func TestConfigJson(t *testing.T) {
|
|||||||
for _, test := range tests {
|
for _, test := range tests {
|
||||||
test := test
|
test := test
|
||||||
t.Run(test, func(t *testing.T) {
|
t.Run(test, func(t *testing.T) {
|
||||||
t.Parallel()
|
|
||||||
os.Setenv("FOO", "2")
|
os.Setenv("FOO", "2")
|
||||||
defer os.Unsetenv("FOO")
|
defer os.Unsetenv("FOO")
|
||||||
tmpfile, err := createTempFile(test, text)
|
tmpfile, err := createTempFile(test, text)
|
||||||
|
|||||||
@@ -4,17 +4,11 @@
|
|||||||
|
|
||||||
English | [简体中文](readme.md)
|
English | [简体中文](readme.md)
|
||||||
|
|
||||||
<!--
|
|
||||||
[](https://github.com/tal-tech/go-zero/actions)
|
[](https://github.com/tal-tech/go-zero/actions)
|
||||||
[](https://codecov.io/gh/tal-tech/go-zero)
|
[](https://codecov.io/gh/tal-tech/go-zero)
|
||||||
[](https://goreportcard.com/report/github.com/tal-tech/go-zero)
|
[](https://goreportcard.com/report/github.com/tal-tech/go-zero)
|
||||||
[](https://github.com/tal-tech/go-zero)
|
[](https://github.com/tal-tech/go-zero)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
-->
|
|
||||||
[](https://github.com/tal-tech/go-zero/actions)
|
|
||||||
[](https://codecov.io/gh/tal-tech/go-zero)
|
|
||||||
[](https://github.com/tal-tech/go-zero)
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
|
||||||
|
|
||||||
## 0. what is go-zero
|
## 0. what is go-zero
|
||||||
|
|
||||||
|
|||||||
@@ -4,14 +4,8 @@
|
|||||||
|
|
||||||
[English](readme-en.md) | 简体中文
|
[English](readme-en.md) | 简体中文
|
||||||
|
|
||||||
<!--
|
|
||||||
[](https://github.com/tal-tech/go-zero/actions)
|
[](https://github.com/tal-tech/go-zero/actions)
|
||||||
[](https://codecov.io/gh/tal-tech/go-zero)
|
|
||||||
[](https://goreportcard.com/report/github.com/tal-tech/go-zero)
|
[](https://goreportcard.com/report/github.com/tal-tech/go-zero)
|
||||||
[](https://github.com/tal-tech/go-zero)
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
|
||||||
-->
|
|
||||||
[](https://github.com/tal-tech/go-zero/actions)
|
|
||||||
[](https://goproxy.cn/stats/github.com/tal-tech/go-zero/badges/download-count.svg)
|
[](https://goproxy.cn/stats/github.com/tal-tech/go-zero/badges/download-count.svg)
|
||||||
[](https://codecov.io/gh/tal-tech/go-zero)
|
[](https://codecov.io/gh/tal-tech/go-zero)
|
||||||
[](https://github.com/tal-tech/go-zero)
|
[](https://github.com/tal-tech/go-zero)
|
||||||
|
|||||||
Reference in New Issue
Block a user