Skip to content

Commit 7a4fbd5

Browse files
committed
Enable xdebug
1 parent 12511aa commit 7a4fbd5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
extensions: gd, mbstring, zip
1818
ini-values: max_execution_time=600, memory_limit=-1
1919
tools: composer:v2
20-
coverage: none
20+
coverage: xdebug
2121
env:
2222
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323

@@ -62,3 +62,9 @@ jobs:
6262
with:
6363
name: logs-php-${{ matrix.php-versions }}
6464
path: vendor/endroid/quality/application/var/log
65+
66+
- name: Archive code coverage results
67+
uses: actions/upload-artifact@v4
68+
with:
69+
name: coverage-php-${{ matrix.php-versions }}
70+
path: tests/coverage

0 commit comments

Comments
 (0)