Commit 8cd7b3e
committed
fix(ci): separate coverage job to prevent cancellation
Coverage was not updating on gh-pages because cancel-in-progress: true
was cancelling the workflow before the deployment step could complete.
- Split test job into 'test' (fast, no coverage) and 'coverage' (full)
- Coverage job has its own concurrency group with cancel-in-progress: false
- Coverage will now queue and complete even with frequent commits1 parent f0c5e30 commit 8cd7b3e
File tree
7 files changed
+525
-334
lines changed- .github/workflows
- crates
- storage/src
- subnet-manager/src
7 files changed
+525
-334
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
53 | 76 | | |
54 | 77 | | |
55 | 78 | | |
| |||
65 | 88 | | |
66 | 89 | | |
67 | 90 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 91 | | |
73 | | - | |
74 | 92 | | |
75 | 93 | | |
76 | 94 | | |
77 | 95 | | |
78 | 96 | | |
79 | | - | |
80 | 97 | | |
81 | 98 | | |
82 | 99 | | |
83 | 100 | | |
84 | 101 | | |
85 | 102 | | |
86 | | - | |
87 | 103 | | |
88 | 104 | | |
89 | 105 | | |
| |||
92 | 108 | | |
93 | 109 | | |
94 | 110 | | |
95 | | - | |
96 | 111 | | |
97 | 112 | | |
98 | 113 | | |
| |||
103 | 118 | | |
104 | 119 | | |
105 | 120 | | |
106 | | - | |
107 | | - | |
| 121 | + | |
| 122 | + | |
108 | 123 | | |
109 | 124 | | |
110 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
| 332 | + | |
332 | 333 | | |
333 | 334 | | |
334 | | - | |
| 335 | + | |
| 336 | + | |
335 | 337 | | |
336 | 338 | | |
337 | 339 | | |
| |||
0 commit comments