File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ jobs:
114
114
name : " unit-tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}"
115
115
flags : " unit-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}"
116
116
fail_ci_if_error : true
117
+ move_coverage_to_trash : false
118
+ verbose : ${{ runner.debug == '1' }}
117
119
118
120
- name : Upload functional tests coverage to codecov
119
121
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
@@ -123,6 +125,8 @@ jobs:
123
125
name : " functional-tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}"
124
126
flags : " functional-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}"
125
127
fail_ci_if_error : true
128
+ move_coverage_to_trash : false
129
+ verbose : ${{ runner.debug == '1' }}
126
130
127
131
- name : Upload coverages to Codacy
128
132
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
You can’t perform that action at this time.
0 commit comments