mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
test: set total coverage requirements to 85%
This commit is contained in:
committed by
Rainer Killinger
parent
3a7cc8d7c1
commit
7d4c27ec26
@@ -38,7 +38,7 @@ integration:
|
||||
- docker-compose -f integration-test.yml pull && docker-compose -f integration-test.yml up --abort-on-container-exit --exit-code-from apicli
|
||||
tags:
|
||||
- docker
|
||||
|
||||
|
||||
audit:
|
||||
stage: audit
|
||||
dependencies:
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
},
|
||||
"nyc": {
|
||||
"all": true,
|
||||
"branches": 95,
|
||||
"branches": 85,
|
||||
"check-coverage": true,
|
||||
"exclude": [
|
||||
"src/cli.ts"
|
||||
@@ -101,12 +101,11 @@
|
||||
"extension": [
|
||||
".ts"
|
||||
],
|
||||
"functions": 95,
|
||||
"functions": 85,
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"lines": 95,
|
||||
"per-file": true,
|
||||
"lines": 85,
|
||||
"reporter": [
|
||||
"html",
|
||||
"text-summary"
|
||||
@@ -114,6 +113,6 @@
|
||||
"require": [
|
||||
"ts-node/register"
|
||||
],
|
||||
"statements": 95
|
||||
"statements": 85
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user