Revision ad534b2ac32f57a1d1894a4396b1930e967e61f9 authored by Maxim Zhiltsov on 17 April 2023, 15:26:28 UTC, committed by GitHub on 17 April 2023, 15:26:28 UTC
Extracted from #5083 

- Fixed test data placement in tests
- Fixed cache cleaning in tests
- Refactored server API tests and dataset_manifest
- Added more tests

1 parent 31c1ecc
Raw File
.nycrc
{
    "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"
    ]
}
back to top