Commit 5efd8ee
Oussama Sid
Fix CI: add --no-coverage to prevent failOnWarning exit code 1
The <coverage> block in phpunit.xml.dist causes PHPUnit to warn when no
coverage driver is installed (coverage: none in CI). With failOnWarning=true
this becomes exit code 1 before any test runs. --no-coverage suppresses it.1 parent 44acfba commit 5efd8ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
0 commit comments