From 9f327988cf7c5205e9caa9c80419135f2e40ce43 Mon Sep 17 00:00:00 2001 From: jichangjun Date: Sun, 31 May 2020 15:31:40 +0800 Subject: [PATCH] doc: the feature about clearing code coverage counters is supported now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c821984..323c956 100644 --- a/README.md +++ b/README.md @@ -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