@@ -98,14 +98,14 @@ jobs:
98
98
with :
99
99
file : " build/coverage-phpunit/clover-unit.xml"
100
100
name : " unit-tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}"
101
- flags : " unit-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}+ "
101
+ flags : " unit-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}"
102
102
fail_ci_if_error : true
103
103
move_coverage_to_trash : true
104
104
- name : Upload functional tests coverage to codecov
105
105
uses : codecov/codecov-action@v2
106
106
with :
107
107
name : " functional-tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}"
108
- flags : " functional-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}+ "
108
+ flags : " functional-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}"
109
109
fail_ci_if_error : true
110
110
111
111
nightly-tests :
@@ -171,7 +171,7 @@ jobs:
171
171
with :
172
172
file : " build/coverage-phpunit/clover-unit.xml"
173
173
name : " unit-tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}"
174
- flags : " nightly,unit-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}+ "
174
+ flags : " nightly,unit-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}"
175
175
fail_ci_if_error : false
176
176
move_coverage_to_trash : true
177
177
- name : Upload functional tests coverage to codecov
@@ -180,5 +180,5 @@ jobs:
180
180
with :
181
181
file : " build/coverage-phpunit/clover-functional.xml,build/coverage-behat/clover.xml"
182
182
name : " functional-tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}"
183
- flags : " nightly,functional-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}+ "
183
+ flags : " nightly,functional-tests,php-${{ matrix.php-version }},sf-${{ matrix.symfony-version }}"
184
184
fail_ci_if_error : false
0 commit comments