Skip to content

Commit 7144031

Browse files
authored
Re-add missing codecov flag (#29)
1 parent 102ae12 commit 7144031

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
flags: |
105105
unit-tests
106106
php-${{ matrix.php-version }}
107+
sf-${{ matrix.symfony-version }}
107108
path: build/coverage-groups
108109

109110
- name: Create "functional tests" coverage group
@@ -119,6 +120,7 @@ jobs:
119120
flags: |
120121
functional-tests
121122
php-${{ matrix.php-version }}
123+
sf-${{ matrix.symfony-version }}
122124
path: build/coverage-groups
123125

124126
- name: Upload coverage reports

0 commit comments

Comments
 (0)