swh:1:snp:973504f75325e1c705c39106a2685791af62e9e3
Raw File
Tip revision: b7a50acff29ea36ab1b2a6c67e6d94ccc4bcd2b6 authored by Andrey Zhavoronkov on 25 December 2021, 16:14:49 UTC
Added information about OpenVINO toolkit to login page (#4077)
Tip revision: b7a50ac
.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