We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12511aa commit 7a4fbd5Copy full SHA for 7a4fbd5
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
extensions: gd, mbstring, zip
18
ini-values: max_execution_time=600, memory_limit=-1
19
tools: composer:v2
20
- coverage: none
+ coverage: xdebug
21
env:
22
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
@@ -62,3 +62,9 @@ jobs:
62
with:
63
name: logs-php-${{ matrix.php-versions }}
64
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