Skip to content

Commit 9c2b3f6

Browse files
committed
added coverage threshold and tests
1 parent a9c15c8 commit 9c2b3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 83 --branches 68 --functions 79 --lines 82
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
297297
e2e-app-image:
298298
executor: linux-executor-dlc
299299
parameters:

0 commit comments

Comments
 (0)