Commit ff3a6be
fix(ci): disable test caching for coverage calculation
Add -count=1 flag to coverage test run to disable Go test caching.
This ensures accurate coverage calculation that matches local results
(87.5%) instead of potentially using stale cached test results (76.8%).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 430c960 commit ff3a6be
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments