Commit 16c9994
committed
refactor: optimize and standardize caching strategy in CI workflow
- Add cache-dependency-glob: 'uv.lock' to all uv setup actions for consistent cache keys
- Remove redundant Python cache from lint job (uv's built-in cache is sufficient)
- Remove duplicate Codecov upload from coverage-report job
- Standardize caching across all jobs for better performance and consistency
Benefits:
- Faster CI runs with improved cache hit rates
- Consistent caching strategy across all jobs
- Reduced workflow complexity and duplication1 parent 4c86956 commit 16c9994
1 file changed
+7
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 29 | + | |
37 | 30 | | |
38 | 31 | | |
39 | 32 | | |
| |||
65 | 58 | | |
66 | 59 | | |
67 | 60 | | |
| 61 | + | |
68 | 62 | | |
69 | 63 | | |
70 | 64 | | |
| |||
90 | 84 | | |
91 | 85 | | |
92 | 86 | | |
| 87 | + | |
93 | 88 | | |
94 | 89 | | |
95 | 90 | | |
| |||
149 | 144 | | |
150 | 145 | | |
151 | 146 | | |
| 147 | + | |
152 | 148 | | |
153 | 149 | | |
154 | 150 | | |
| |||
210 | 206 | | |
211 | 207 | | |
212 | 208 | | |
| 209 | + | |
213 | 210 | | |
214 | 211 | | |
215 | 212 | | |
| |||
273 | 270 | | |
274 | 271 | | |
275 | 272 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | 273 | | |
285 | 274 | | |
286 | 275 | | |
| |||
293 | 282 | | |
294 | 283 | | |
295 | 284 | | |
| 285 | + | |
296 | 286 | | |
297 | 287 | | |
298 | 288 | | |
| |||
0 commit comments