Commit 6da67bd
ci(backend): enforce a coverage floor with pcov + explicit clover parse
Backend CI ran coverage: none, so there was no coverage gate. Enables pcov,
writes a clover report from the Pest run, and adds an explicit floor check that
parses the project-level aggregate metrics (xpath) and fails below the floor —
robust rather than relying on Pest's exit code or log-string matching.
Initial floor is a conservative 25% (a 315-test-file suite clears this with
wide margin) and is a one-way ratchet toward 80% as coverage grows. Backend job
timeout raised 35 to 45 minutes to absorb pcov instrumentation overhead.
Parse logic verified locally against synthetic clover (40% vs 25% floor passes;
40% vs 50% floor fails).
Co-Authored-By: claude-flow <ruv@ruv.net>1 parent 4c01c83 commit 6da67bd
1 file changed
Lines changed: 29 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
146 | 173 | | |
147 | 174 | | |
148 | 175 | | |
| |||
0 commit comments