File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ jobs:
293
293
sudo mkdir -p /usr/src/app
294
294
sudo cp -a ./redisinsight/api/. /usr/src/app/
295
295
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
297
297
e2e-app-image :
298
298
executor : linux-executor-dlc
299
299
parameters :
Original file line number Diff line number Diff line change 140
140
" .spec.ts$"
141
141
],
142
142
"testEnvironment" : " node" ,
143
- "coverageThreshold" : {
144
- "global" : {
145
- "statements" : 94 ,
146
- "branches" : 77 ,
147
- "functions" : 88 ,
148
- "lines" : 94
149
- }
150
- },
151
143
"moduleNameMapper" : {
152
144
"src/(.*)" : " <rootDir>/$1" ,
153
145
"apiSrc/(.*)" : " <rootDir>/$1" ,
You can’t perform that action at this time.
0 commit comments