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 fcc8ae8 commit 1ad87f9Copy full SHA for 1ad87f9
.github/workflows/tests.yml
@@ -83,7 +83,7 @@ jobs:
83
php-ini-values: "zend.assertions=1"
84
85
- name: "Run PHPUnit"
86
- run: "vendor/bin/phpunit --configuration phpunit.evergreen.xml"
+ run: "vendor/bin/phpunit --configuration phpunit.evergreen.xml --coverage-clover coverage.xml"
87
env:
88
XDEBUG_MODE: "coverage"
89
MONGODB_URI: ${{ steps.setup-mongodb.outputs.cluster-uri }}
phpunit.evergreen.xml
@@ -31,12 +31,6 @@
31
</include>
32
</source>
33
34
- <coverage>
35
- <report>
36
- <clover outputFile="coverage.xml" />
37
- </report>
38
- </coverage>
39
-
40
<logging>
41
<junit outputFile="test-results.xml" />
42
</logging>
0 commit comments