Merge pull request #27 from CarlJi/0528

doc: the feature about clearing code coverage counters is supported now
This commit is contained in:
Changjun Ji 2020-05-31 15:33:32 +08:00 committed by GitHub
commit cb74426dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,9 @@ 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.
- [ ] Support develop mode towards accurate testing. - [ ] Support develop mode towards accurate testing.
- [ ] Support code coverage diff based on Pull Request. - [ ] 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. - [ ] Optimize the performance costed by code coverage counters.
## Contributing ## Contributing