Commit fc30c86
Stop uv run undoing the coverage-only install
uv run syncs the project environment first, so the 75 packages that
--only-group coverage had just skipped came straight back in the next step:
"Installed 1 package" followed by "Installed 75 packages". --no-sync keeps the
environment the previous step built.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 0af1a48 commit fc30c86
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments