mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"check-coverage": false,
|
|
"all": false,
|
|
"exclude": [
|
|
"**/*.spec.js",
|
|
"**/fixture",
|
|
"**/*.*.js",
|
|
"**/*.config.*",
|
|
"**/test/**"
|
|
],
|
|
"branches": 100,
|
|
"lines": 100,
|
|
"functions": 100,
|
|
"statements": 100
|
|
}
|