mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
19 lines
311 B
JSON
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
|
|
}
|