You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
440 B
26 lines
440 B
{
|
|
"exclude": [
|
|
"coverage/**",
|
|
"test/**",
|
|
"src/start.js",
|
|
"testServer.js",
|
|
"src/data/**",
|
|
"src/utils/errorHandlers.js"
|
|
],
|
|
"check-coverage": true,
|
|
"per-file": true,
|
|
"lines": 85,
|
|
"functions": 99,
|
|
"reporter": [
|
|
"lcov",
|
|
"text-summary"
|
|
],
|
|
"cache": true,
|
|
"all": true,
|
|
"watermarks": {
|
|
"lines": [80, 95],
|
|
"functions": [80, 95],
|
|
"branches": [80, 95],
|
|
"statements": [80, 95]
|
|
}
|
|
}
|