mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"check-coverage": false,
|
|
"all": false,
|
|
"exclude": [
|
|
"**/*.spec.js",
|
|
"**/fixture",
|
|
"**/*.*.js"
|
|
],
|
|
"branches": 100,
|
|
"lines": 100,
|
|
"functions": 100,
|
|
"statements": 100
|
|
}
|