File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107107
108108 cypress_matrix :
109109 runs-on : ubuntu-latest
110+ continue-on-error : true
110111 needs : [ build_production ]
111112 strategy :
112113 matrix :
@@ -164,6 +165,7 @@ jobs:
164165 combine_code_coverage :
165166 runs-on : ubuntu-latest
166167 needs : [ cypress_matrix, unit_tests ]
168+ # Should we collect partial test results and combine them ?
167169 if : success() || failure()
168170 steps :
169171 - name : Download All LCOV Artifacts
@@ -172,6 +174,5 @@ jobs:
172174 path : hivemq-edge-frontend/coverage-combined
173175 pattern : lcov-*
174176 merge-multiple : false
175- - run : pwd
176- - run : ls -R
177+ # Should contain the lcov.info summary, in subdirectory named from the tasks
177178 - run : ls -R ./coverage-combined
You can’t perform that action at this time.
0 commit comments