File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ aliases:
100
100
- oss-st-5-pass # OSS Standalone v5 with admin pass required
101
101
- oss-st-6-tls-auth # OSS Standalone v6 with TLS auth required
102
102
- oss-clu-tls # OSS Cluster with TLS enabled
103
- # - re-crdt # Redis Enterprise with active-active database inside
103
+ - re-crdt # Redis Enterprise with active-active database inside
104
104
- oss-sent-tls-auth # OSS Sentinel with TLS auth
105
105
guides-filter : &guidesFilter
106
106
filters :
@@ -293,8 +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
297
- npx nyc check-coverage --lines 99 --functions 99 --branches 99 --statements 99
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
298
297
e2e-app-image :
299
298
executor : linux-executor-dlc
300
299
parameters :
@@ -914,12 +913,8 @@ workflows:
914
913
parameters :
915
914
rte : *iTestsNamesShort
916
915
name : ITest - << matrix.rte >> (code)
917
- # requires:
918
- # - UTest - API
919
- - integration-tests-coverage :
920
- name : ITest - Final coverage
921
916
requires :
922
- - itest-code
917
+ - UTest - API
923
918
# E2E tests for "e2e/feature" or "e2e/bugfix" branches only
924
919
e2e-tests :
925
920
jobs :
You can’t perform that action at this time.
0 commit comments