From 0710d84454881150dd01fbc5f48692f24931af62 Mon Sep 17 00:00:00 2001 From: jichangjun Date: Sun, 26 Jul 2020 18:22:09 +0800 Subject: [PATCH] README: goc already support deveop mode via goc run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d81da22..e17fbfa 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ 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. +- [x] Support develop mode towards accurate testing. - [ ] Support code coverage diff based on Pull Request. - [ ] Optimize the performance costed by code coverage counters.