From e76b0ea5fc31509b0462694ddfd6bbc982492168 Mon Sep 17 00:00:00 2001 From: Dmitry Kruchinin <33020454+dvkruchinin@users.noreply.github.com> Date: Wed, 23 Jun 2021 10:49:26 +0300 Subject: [PATCH] Cypress. Exclude some files from instrumentation. (#3349) * Exclude some files from instrumentation * Removed from exclude files for models --- .nycrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.nycrc b/.nycrc index 7438d774..8c684990 100644 --- a/.nycrc +++ b/.nycrc @@ -9,7 +9,9 @@ ], "exclude": [ "**/3rdparty/*", - "**/tests/*" + "**/tests/*", + "cvat-ui/src/actions/boundaries-actions.ts", + "cvat-ui/src/utils/platform-checker.ts" ], "parser-plugins": [ "typescript"