Merge pull request #16 from CarlJi/0522

fix typo
This commit is contained in:
Changjun Ji 2020-05-24 16:37:02 +08:00 committed by GitHub
commit 1c71638b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ Goc can collect code coverages at run time for your long-run golang applications
- [x] Support code coverage collection for system testing. - [x] Support code coverage collection for system testing.
- [ ] Support develop mode towards accurate testing. - [ ] Support develop mode towards accurate testing.
- [ ] Support code coverage diff based on Pull Requst. - [ ] Support code coverage diff based on Pull Requst.
- [ ] Support code coverage counters clear for the services under test in runtime. - [ ] 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