mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
test: update NYC configuration
This commit is contained in:
23
package.json
23
package.json
@@ -72,27 +72,30 @@
|
|||||||
"typescript": "3.5.2"
|
"typescript": "3.5.2"
|
||||||
},
|
},
|
||||||
"nyc": {
|
"nyc": {
|
||||||
"check-coverage": true,
|
"all": true,
|
||||||
"per-file": true,
|
|
||||||
"lines": 95,
|
|
||||||
"statements": 95,
|
|
||||||
"functions": 95,
|
|
||||||
"branches": 85,
|
"branches": 85,
|
||||||
|
"check-coverage": true,
|
||||||
|
"exclude": [],
|
||||||
|
"extension": [
|
||||||
|
".ts"
|
||||||
|
],
|
||||||
|
"functions": 95,
|
||||||
"include": [
|
"include": [
|
||||||
"src/protocol/route.ts",
|
"src/protocol/route.ts",
|
||||||
"src/things/abstract/thing.ts",
|
"src/things/abstract/thing.ts",
|
||||||
"src/translator.ts",
|
"src/translator.ts",
|
||||||
"src/guards.ts"
|
"src/guards.ts"
|
||||||
],
|
],
|
||||||
"exclude": [],
|
"lines": 95,
|
||||||
"extension": [
|
"per-file": true,
|
||||||
".ts"
|
|
||||||
],
|
|
||||||
"reporter": [
|
"reporter": [
|
||||||
"html",
|
"html",
|
||||||
"text-summary"
|
"text-summary"
|
||||||
],
|
],
|
||||||
"all": true
|
"require": [
|
||||||
|
"ts-node/register"
|
||||||
|
],
|
||||||
|
"statements": 95
|
||||||
},
|
},
|
||||||
"openstappsConfiguration": {
|
"openstappsConfiguration": {
|
||||||
"hasCli": false,
|
"hasCli": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user