Skip to content

Commit e76b0ea

Browse files
authored
Cypress. Exclude some files from instrumentation. (#3349)
* Exclude some files from instrumentation * Removed from exclude files for models
1 parent 4631996 commit e76b0ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.nycrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
],
1010
"exclude": [
1111
"**/3rdparty/*",
12-
"**/tests/*"
12+
"**/tests/*",
13+
"cvat-ui/src/actions/boundaries-actions.ts",
14+
"cvat-ui/src/utils/platform-checker.ts"
1315
],
1416
"parser-plugins": [
1517
"typescript"

0 commit comments

Comments
 (0)