commit
fec5f7f29a
@ -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 collection for system testing.
|
||||||
- [x] Support code coverage counters clear for the services under test at runtime.
|
- [x] Support code coverage counters clear for the services under test at runtime.
|
||||||
- [x] Support develop mode towards accurate testing.
|
- [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.
|
- [ ] Optimize the performance costed by code coverage counters.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 236 KiB |
1
go.mod
1
go.mod
@ -20,6 +20,5 @@ require (
|
|||||||
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
||||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
||||||
golang.org/x/tools v0.0.0-20200730221956-1ac65761fe2c
|
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
|
k8s.io/test-infra v0.0.0-20200511080351-8ac9dbfab055
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user