mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
23 lines
298 B
Plaintext
23 lines
298 B
Plaintext
{
|
|
"check-coverage": true,
|
|
"per-file": true,
|
|
"lines": 95,
|
|
"statements": 95,
|
|
"functions": 95,
|
|
"branches": 95,
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"src/test/**/*.spec.ts"
|
|
],
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"reporter": [
|
|
"html",
|
|
"text-summary"
|
|
],
|
|
"all": true
|
|
}
|