Merge pull request #128 from CarlJi/1105

doc: update wechat image and add useful blog links
This commit is contained in:
Changjun Ji 2020-11-06 09:56:02 +08:00 committed by GitHub
commit ddb6dfb4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -69,6 +69,11 @@ We provide a vscode extension - [Goc Coverage](https://marketplace.visualstudio.
2. After service restarted and test finished, collect coverage again with `goc profile -o b.cov`
3. Merge two coverage profiles together: `goc merge a.cov b.cov -o merge.cov`
## Blogs
- [Go语言系统测试覆盖率收集利器 goc](https://mp.weixin.qq.com/s/DzXEXwepaouSuD2dPVloOg)
## RoadMap
- [x] Support code coverage collection for system testing.
- [x] Support code coverage counters clear for the services under test at runtime.

View File

@ -70,6 +70,10 @@ goc 可以实时收集长时运行的 golang 服务覆盖率。收集步骤只
2. 测试结束后,通过 `goc profile -o b.cov` 命令再收集一次覆盖率
3. 通过 `goc merge a.cov b.cov -o merge.cov` 命令合并两次的覆盖率
## Blogs
- [Go语言系统测试覆盖率收集利器 goc](https://mp.weixin.qq.com/s/DzXEXwepaouSuD2dPVloOg)
## RoadMap
- [x] 支持系统测试中收集代码覆盖率

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 220 KiB