Commit 0d138ba
committed
Fix PHPUnit coverage configuration to use 'classes' directory
The coverage configuration was pointing to a non-existent 'src' directory, causing PHPUnit to not generate any coverage data. Changed to 'classes' which is the actual source code directory.
This was the root cause of 0% coverage reporting.1 parent 66afab7 commit 0d138ba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments