Commit a350b56
Fix: Add --export-prefix to Windows cargo llvm-cov show-env
Without --export-prefix, output is "RUSTFLAGS='...'" not "export RUSTFLAGS='...'"
so the regex didn't match.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 57888b2 commit a350b56
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
0 commit comments