Skip to content

Commit d01168c

Browse files
authored
CI - Codecov - re-add symfony flag (#99)
1 parent 4eac944 commit d01168c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
flags: |
111111
unit-tests
112112
php-${{ matrix.php-version }}
113+
sf-${{ matrix.symfony-version }}
113114
path: build/coverage-groups
114115

115116
- name: Create "functional tests" coverage group
@@ -125,6 +126,7 @@ jobs:
125126
flags: |
126127
functional-tests
127128
php-${{ matrix.php-version }}
129+
sf-${{ matrix.symfony-version }}
128130
path: build/coverage-groups
129131

130132
- name: Upload coverage reports

0 commit comments

Comments
 (0)