@openreply/emw-health-check
Version:
express middleware enables health checks for your service
38 lines (37 loc) • 505 B
Plain Text
{
"produce-source-map": true,
"check-coverage": true,
"lines": 40,
"statements": 40,
"functions": 40,
"branches": 40,
"watermarks": {
"lines": [
40,
80
],
"functions": [
40,
80
],
"branches": [
40,
80
],
"statements": [
640,
80
]
},
"reporter": [
"lcov",
"text-summary"
],
"cache": true,
"exclude": [
"test/*.js",
"test/setup/*.js",
"test/integration/**",
"test/unit/**"
]
}