doc: the feature about clearing code coverage counters is supported now

This commit is contained in:
jichangjun 2020-05-31 15:31:40 +08:00
parent 6326e365c6
commit 9f327988cf

View File

@ -49,9 +49,9 @@ Goc can collect code coverages at runtime for your long-run golang applications.
## RoadMap
- [x] Support code coverage collection for system testing.
- [x] Support code coverage counters clear for the services under test at runtime.
- [ ] Support develop mode towards accurate testing.
- [ ] Support code coverage diff based on Pull Request.
- [ ] Support code coverage counters clear for the services under test at runtime.
- [ ] Optimize the performance costed by code coverage counters.
## Contributing