Commit a910c51
committed
fix(ci): switch fetch-test-timing.mjs to Codecov's test-analytics endpoint
test-results/ is deprecated -- confirmed live, running test-timing-refresh.yml
via workflow_dispatch returned a 301 pointing at test-analytics/ instead
("This endpoint has been deprecated. Please use /test-analytics/ instead.").
Verified via Codecov's own live OpenAPI schema that the replacement returns
the identical PaginatedTestrunList wrapper and Testrun field shape, so this
is a pure URL fix -- nothing else in the aggregation logic needed to change.1 parent 09b028c commit a910c51
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
50 | | - | |
| 57 | + | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| |||
0 commit comments