mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
test: set total coverage requirements to 85%
This commit is contained in:
committed by
Rainer Killinger
parent
3a7cc8d7c1
commit
7d4c27ec26
@@ -93,7 +93,7 @@
|
|||||||
},
|
},
|
||||||
"nyc": {
|
"nyc": {
|
||||||
"all": true,
|
"all": true,
|
||||||
"branches": 95,
|
"branches": 85,
|
||||||
"check-coverage": true,
|
"check-coverage": true,
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"src/cli.ts"
|
"src/cli.ts"
|
||||||
@@ -101,12 +101,11 @@
|
|||||||
"extension": [
|
"extension": [
|
||||||
".ts"
|
".ts"
|
||||||
],
|
],
|
||||||
"functions": 95,
|
"functions": 85,
|
||||||
"include": [
|
"include": [
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"lines": 95,
|
"lines": 85,
|
||||||
"per-file": true,
|
|
||||||
"reporter": [
|
"reporter": [
|
||||||
"html",
|
"html",
|
||||||
"text-summary"
|
"text-summary"
|
||||||
@@ -114,6 +113,6 @@
|
|||||||
"require": [
|
"require": [
|
||||||
"ts-node/register"
|
"ts-node/register"
|
||||||
],
|
],
|
||||||
"statements": 95
|
"statements": 85
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user