File tree Expand file tree Collapse file tree 2 files changed +5
-27
lines changed Expand file tree Collapse file tree 2 files changed +5
-27
lines changed Original file line number Diff line number Diff line change @@ -18,27 +18,12 @@ flag_management:
18
18
- name : python_backend
19
19
paths :
20
20
- nc_py_api/
21
- statuses :
22
- - type : project
23
- target : auto
24
- threshold : 2%
25
21
- name : php_backend
26
22
paths :
27
23
- lib/
28
- statuses :
29
- - type : project
30
- target : auto
31
- threshold : 2%
32
24
- name : frontend
33
25
paths :
34
26
- src/
35
- statuses :
36
- - type : project
37
- target : auto
38
- threshold : 2%
39
27
40
28
fixes :
41
- - " apps/cloud_py_api/lib::cloud_py_api/lib"
42
- - " apps/cloud_py_api/nc_py_api::cloud_py_api/nc_py_api"
43
- - " apps/cloud_py_api/src::cloud_py_api/src"
44
29
- " apps/cloud_py_api/::"
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ jobs:
116
116
file : apps/${{ env.APP_NAME }}/tests/coverage/php/unit/clover.xml
117
117
flags : php_backend
118
118
verbose : true
119
+ fail_ci_if_error : true
119
120
120
121
- name : Check PHPUnit integration config file existence
121
122
id : check_integration
@@ -153,6 +154,7 @@ jobs:
153
154
file : apps/${{ env.APP_NAME }}/tests/coverage/php/integration/clover.xml
154
155
flags : php_backend
155
156
verbose : true
157
+ fail_ci_if_error : true
156
158
157
159
phpunit-pgsql :
158
160
runs-on : ubuntu-latest
@@ -251,6 +253,7 @@ jobs:
251
253
file : apps/${{ env.APP_NAME }}/tests/coverage/php/unit/clover.xml
252
254
flags : php_backend
253
255
verbose : true
256
+ fail_ci_if_error : true
254
257
255
258
- name : Check PHPUnit integration config file existence
256
259
id : check_integration
@@ -293,18 +296,7 @@ jobs:
293
296
file : apps/${{ env.APP_NAME }}/tests/coverage/php/integration/clover.xml
294
297
flags : php_backend
295
298
verbose : true
296
-
297
- phpunit-summary :
298
- runs-on : ubuntu-latest
299
- needs : [phpunit-mysql, phpunit-pgsql]
300
-
301
- if : always()
302
-
303
- name : phpunit-summary
304
-
305
- steps :
306
- - name : PHPUnit summary status
307
- run : if ${{ needs.phpunit-mysql.result != 'success' || needs.phpunit-pgsql.result != 'success' }}; then exit 1; fi
299
+ fail_ci_if_error : true
308
300
309
301
js-unit :
310
302
runs-on : ubuntu-latest
@@ -342,3 +334,4 @@ jobs:
342
334
file : apps/${{ env.APP_NAME }}/tests/coverage/javascript/clover.xml
343
335
flags : frontend
344
336
verbose : true
337
+ fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments