@@ -98,14 +98,14 @@ jobs:
9898 with :
9999 file : " build/coverage-phpunit/clover-unit.xml"
100100 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 }}"
102102 fail_ci_if_error : true
103103 move_coverage_to_trash : true
104104 - name : Upload functional tests coverage to codecov
105105 uses : codecov/codecov-action@v2
106106 with :
107107 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 }}"
109109 fail_ci_if_error : true
110110
111111 nightly-tests :
@@ -171,7 +171,7 @@ jobs:
171171 with :
172172 file : " build/coverage-phpunit/clover-unit.xml"
173173 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 }}"
175175 fail_ci_if_error : false
176176 move_coverage_to_trash : true
177177 - name : Upload functional tests coverage to codecov
@@ -180,5 +180,5 @@ jobs:
180180 with :
181181 file : " build/coverage-phpunit/clover-functional.xml,build/coverage-behat/clover.xml"
182182 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 }}"
184184 fail_ci_if_error : false
0 commit comments