Skip to content

Commit bc6adb1

Browse files
committed
ci: store test coverage data
1 parent a1519cf commit bc6adb1

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
@@ -58,6 +58,8 @@ jobs:
5858
php_version: ${{ matrix.php }}
5959
php_extensions: xdebug
6060
configuration: phpunit.xml
61+
coverage_text: _coverage/coverage.txt
62+
coverage_clover: _coverage/clover.xml
6163

6264
- name: Store coverage data
6365
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)