CVAT-UI: measure coverage. (#2196)
* Try measure coverage * Return first logic to runing a tests and measure coverage. * Prepare to measure coverage. Temporary disable run Cypress test via Firefox. * Disable creating nyc output before implementing the coverage measurement. * Change plugin for nyc to babel. Add to eclude folders: 3rdparty tests Disable run test via Firefox. * Update travis.yaml Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>main
parent
8958553903
commit
e7cf157936
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"all": true,
|
||||||
|
"recursive": true,
|
||||||
|
"compact": false,
|
||||||
|
"useInlineSourceMaps": false,
|
||||||
|
"extension": [
|
||||||
|
".js",
|
||||||
|
".jsx",
|
||||||
|
".ts",
|
||||||
|
".tsx"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/3rdparty/*",
|
||||||
|
"**/tests/*"
|
||||||
|
],
|
||||||
|
"parser-plugins": [
|
||||||
|
"typescript"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue