From 81b0aab85051ddf3e3172315c008423cd2114928 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Wed, 30 Nov 2022 21:06:26 +0100 Subject: [PATCH] refactor(io): added new method addChild --- .c8rc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.c8rc.json b/.c8rc.json index 52f22b5..81ecbe9 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -4,5 +4,5 @@ "reporter": ["html"], "report-dir": "./coverage", "check-coverage": true, - "lines": 95 + "lines": 90 }