From 1eba57bc63fe954b1610db9ce2e877f466118073 Mon Sep 17 00:00:00 2001 From: Ricardo Arturo Cabral Mejia Date: Tue, 18 Oct 2022 14:13:29 +0000 Subject: [PATCH] chore: disable coverage check --- .nycrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.nycrc.json b/.nycrc.json index 02c7e4d..d22e4a7 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -1,7 +1,6 @@ { "all": true, "cache": true, - "check-coverage": true, "branches": 80, "lines": 80, "functions": 80,