diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 93c9536..0a5d0fa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -110,6 +110,7 @@ jobs: flags: | unit-tests php-${{ matrix.php-version }} + sf-${{ matrix.symfony-version }} path: build/coverage-groups - name: Create "functional tests" coverage group @@ -125,6 +126,7 @@ jobs: flags: | functional-tests php-${{ matrix.php-version }} + sf-${{ matrix.symfony-version }} path: build/coverage-groups - name: Upload coverage reports