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 d10b982 commit b650965Copy full SHA for b650965
.github/workflows/ci.yml
@@ -69,7 +69,8 @@ jobs:
69
gd,
70
bcmath,
71
curl,
72
- dom
+ dom,
73
+ xdebug
74
coverage: xdebug
75
76
- name: Debug info
phpunit.xml
@@ -16,6 +16,9 @@
16
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
17
>
18
<coverage includeUncoveredFiles="true">
19
+ <source>
20
+ <directory suffix=".php">src</directory>
21
+ </source>
22
<report>
23
<clover outputFile="build/logs/clover.xml"/>
24
</report>
0 commit comments