Files
openstapps/configuration/nyc-config/index.json
2023-05-31 14:04:05 +02:00

19 lines
311 B
JSON

{
"all": true,
"branches": 90,
"check-coverage": true,
"exclude": [],
"extension": [".ts"],
"functions": 95,
"include": ["src/**/*.ts"],
"lines": 95,
"per-file": true,
"reporter": [
"cobertura",
"html",
"text-summary"
],
"require": ["ts-node/register"],
"statements": 95
}