Skip to content

Commit a1519cf

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
php_extensions: xdebug
6060
configuration: phpunit.xml
6161

62+
- name: Store coverage data
63+
uses: actions/upload-artifact@v4
64+
with:
65+
name: code-coverage-${{ matrix.php }}-${{ github.run_number }}
66+
path: _coverage
67+
6268
coverage:
6369
runs-on: ubuntu-latest
6470
needs: [ phpunit ]

0 commit comments

Comments
 (0)