Skip to content

Commit 8343918

Browse files
committed
Fix CI coverage
1 parent 76b1eb1 commit 8343918

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
name: "unit-tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}"
115115
flags: "unit-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}"
116116
fail_ci_if_error: true
117+
move_coverage_to_trash: false
118+
verbose: ${{ runner.debug == '1' }}
117119

118120
- name: Upload functional tests coverage to codecov
119121
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
@@ -123,6 +125,8 @@ jobs:
123125
name: "functional-tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}"
124126
flags: "functional-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}"
125127
fail_ci_if_error: true
128+
move_coverage_to_trash: false
129+
verbose: ${{ runner.debug == '1' }}
126130

127131
- name: Upload coverages to Codacy
128132
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}

0 commit comments

Comments
 (0)