Revision bc4ff49bf0fb429c38ccafff15a9a78b08e6a8db authored by Boris Sekachev on 18 January 2022, 10:52:40 UTC, committed by GitHub on 18 January 2022, 10:52:40 UTC
* Fixed issue with async frames fetching

* Updated versions and changelog
1 parent 182d941
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