diff options
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index acbfea5..7a53260 100644 --- a/packages.json +++ b/packages.json @@ -3449,5 +3449,17 @@ "description": "A go routine like nim implementation", "license": "MIT", "web": "https://github.com/rogercloud/nim-routine" + }, + { + "name": "coverage", + "url": "https://github.com/yglukhov/coverage", + "method": "git", + "tags": [ + "code", + "coverage" + ], + "description": "Code coverage library", + "license": "MIT", + "web": "https://github.com/yglukhov/coverage" } ] |
