From e7b34cb38df4eb8b6e6f19cfeda1c1d6d18683f7 Mon Sep 17 00:00:00 2001 From: Ulises Santana Date: Mon, 18 Dec 2023 08:18:06 +0000 Subject: [PATCH] test(coverage): ignore test coverage for src/infrastructure/ui --- .nycrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.nycrc.json b/.nycrc.json index 3b98d8e..25ece19 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -10,6 +10,7 @@ "test/**/*.ts", "src/commands", "src/infrastructure/track-command.ts", + "src/infrastructure/ui", "src/hooks" ], "extends": "@istanbuljs/nyc-config-typescript",