Commit 66afab7
committed
Fix coverage.xml generation by calling PHPUnit directly
The 'composer test -- --coverage-clover=...' wasn't passing the arguments correctly to PHPUnit, causing coverage.xml not to be generated.
Changed to call vendor/bin/phpunit directly with all required flags including --dont-report-useless-tests from the composer script.1 parent f42573d commit 66afab7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments