Commit eed7ed7
Fix/yarn hardened mode ci (#550)
* ci: disable Yarn hardened mode for public PR installs
Yarn 4 auto-enables hardened mode on public PRs, blocking lockfile
updates from dependabot. Set YARN_ENABLE_HARDENED_MODE=0 on the
install step in all three jobs so CI can complete.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* ci: clean up coverage bot output
- Strip ANSI escape codes from test files line so it renders cleanly in markdown
- Drop delta display when change is zero (was showing noisy '●+0.00%')
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 26db5e1 commit eed7ed7
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| |||
177 | 180 | | |
178 | 181 | | |
179 | 182 | | |
180 | | - | |
| 183 | + | |
181 | 184 | | |
182 | 185 | | |
183 | 186 | | |
| |||
0 commit comments