Commit f4c620d
Re-enable grouped coverage (simple workflow too resource intensive)
The simple single-run coverage workflow was crashing because running
all 110 tests with Xdebug coverage in one job is too memory/CPU intensive.
PHPUnit was stopping at test 63/110 without generating coverage.xml.
The grouped workflow was actually working correctly and successfully
generating coverage reports. It splits tests into 24 parallel groups,
which prevents resource exhaustion.
Changes:
- Re-enabled code-coverage-grouped.yml (working approach)
- Disabled code-coverage.yml (crashes on test 63/110)
- Grouped approach successfully generated 29.32% coverage before
This restores the working solution that properly handles test execution
with coverage in a resource-constrained CI environment.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 41b4331 commit f4c620d
2 files changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 | | |
5 | 13 | | |
6 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 4 | | |
13 | 5 | | |
14 | 6 | | |
| |||
0 commit comments