From f80410c5893774cf02f6ce131bb22aee1cba55c9 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 17 May 2024 15:52:04 +0200 Subject: [PATCH] debug Signed-off-by: Jan Kowalleck --- .c8rc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.c8rc.json b/.c8rc.json index ccb2ddc4..6a1a9c8a 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -12,7 +12,7 @@ "**/.{eslint,mocha}rc.{js,cjs}", ".yarn/**", ".pnp.*" ], - "exclude-after-remap": true, + "exclude-after-remap": false, "reporter": ["text", "clover", "html"], "reporterOptions": { "clover": {"file": "coverage.clover.xml"},