Skip to content

Commit fb68856

Browse files
committed
remove coverage threshold
1 parent 9c2b3f6 commit fb68856

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
sudo mkdir -p /usr/src/app
294294
sudo cp -a ./redisinsight/api/. /usr/src/app/
295295
sudo cp -R /tmp/itest/coverages /usr/src/app && sudo chmod 777 -R /usr/src/app
296-
cd /usr/src/app && npx nyc report -t ./coverages -r text -r text-summary --check-coverage --statements 86.39 --branches 71.98 --functions 83.51 --lines 85.69
296+
cd /usr/src/app && npx nyc report -t ./coverages -r text -r text-summary
297297
e2e-app-image:
298298
executor: linux-executor-dlc
299299
parameters:

redisinsight/api/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,6 @@
140140
".spec.ts$"
141141
],
142142
"testEnvironment": "node",
143-
"coverageThreshold": {
144-
"global": {
145-
"statements": 94,
146-
"branches": 77,
147-
"functions": 88,
148-
"lines": 94
149-
}
150-
},
151143
"moduleNameMapper": {
152144
"src/(.*)": "<rootDir>/$1",
153145
"apiSrc/(.*)": "<rootDir>/$1",

0 commit comments

Comments
 (0)