From 416b3933fba1877105263ef2da5db44051c136de Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 31 Oct 2018 21:19:04 +0000 Subject: [PATCH] Merges #904 manually. --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0be1cd9..54a3aa2 100644 --- a/packages.json +++ b/packages.json @@ -11285,5 +11285,19 @@ "description": "An entity component system package", "license": "MIT", "web": "https://github.com/wolfadex/arksys" + }, + { + "name": "coco", + "url": "https://github.com/samuelroy/coco", + "method": "git", + "tags": [ + "code", + "coverage", + "test" + ], + "description": "Code coverage CLI + library for Nim using LCOV", + "license": "MIT", + "web": "https://github.com/samuelroy/coco", + "doc": "https://samuelroy.github.io/coco/" } ]