diff --git a/.nycrc b/.nycrc index 7438d7746529..8c684990b7d1 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"