README: goc already support deveop mode via goc run command

This commit is contained in:
jichangjun 2020-07-26 18:22:09 +08:00
parent 2814fe9d4f
commit 0710d84454

View File

@ -57,7 +57,7 @@ Goc can collect code coverages at runtime for your long-run golang applications.
## RoadMap ## RoadMap
- [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.
- [ ] Support develop mode towards accurate testing. - [x] Support develop mode towards accurate testing.
- [ ] Support code coverage diff based on Pull Request. - [ ] Support code coverage diff based on Pull Request.
- [ ] Optimize the performance costed by code coverage counters. - [ ] Optimize the performance costed by code coverage counters.