Commit 2e86675
committed
Fix Pest coverage conflict in GitHub Actions workflow
Remove --coverage flag from test execution command to fix conflict
with --coverage-clover flag. Using both flags together caused Pest
to fail with "Coverage not found in path" error. The --coverage-clover
flag alone is sufficient for generating the XML coverage report needed
by Codecov.1 parent c3e8a20 commit 2e86675
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments