1
0
mirror of https://github.com/openvinotoolkit/cvat.git synced 2022-03-09 18:58:10 +03:00
Files
cvat-image-labelling/.nycrc
Dmitry Kruchinin e76b0ea5fc Cypress. Exclude some files from instrumentation. (#3349)
* Exclude some files from instrumentation

* Removed from exclude files for models
2021-06-23 10:49:26 +03:00

20 lines
353 B
JSON

{
"all": true,
"compact": false,
"extension": [
".js",
".jsx",
".ts",
".tsx"
],
"exclude": [
"**/3rdparty/*",
"**/tests/*",
"cvat-ui/src/actions/boundaries-actions.ts",
"cvat-ui/src/utils/platform-checker.ts"
],
"parser-plugins": [
"typescript"
]
}