doc: update webchat image

This commit is contained in:
jichangjun 2020-12-11 14:51:29 +08:00
parent e9e6b61c8e
commit 3d0ffb78d0
3 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,7 @@ We provide a vscode extension - [Goc Coverage](https://marketplace.visualstudio.
- [x] Support code coverage collection for system testing.
- [x] Support code coverage counters clear for the services under test at runtime.
- [x] Support develop mode towards accurate testing.
- [ ] Support code coverage diff based on Pull Request.
- [x] Support code coverage diff based on Pull Request.
- [ ] Optimize the performance costed by code coverage counters.
## Contributing

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 236 KiB

1
go.mod
View File

@ -20,6 +20,5 @@ require (
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/tools v0.0.0-20200730221956-1ac65761fe2c
k8s.io/kubernetes v1.13.0 // indirect
k8s.io/test-infra v0.0.0-20200511080351-8ac9dbfab055
)