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 a1519cf commit bc6adb1Copy full SHA for bc6adb1
.github/workflows/ci.yml
@@ -58,6 +58,8 @@ jobs:
58
php_version: ${{ matrix.php }}
59
php_extensions: xdebug
60
configuration: phpunit.xml
61
+ coverage_text: _coverage/coverage.txt
62
+ coverage_clover: _coverage/clover.xml
63
64
- name: Store coverage data
65
uses: actions/upload-artifact@v4
0 commit comments