Skip to content

Commit 9fc0960

Browse files
youknowoneclaude
andcommitted
Fix: cargo llvm-cov clean doesn't support --target-dir
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 36bafe0 commit 9fc0960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
shell: pwsh
281281
if: runner.os == 'Windows'
282282
- name: Clean coverage data
283-
run: cargo llvm-cov clean --workspace --target-dir target
283+
run: cargo llvm-cov clean --workspace
284284
- name: build rustpython
285285
run: cargo llvm-cov build --no-report --release --target-dir target --verbose --features=threading ${{ env.CARGO_ARGS }}
286286
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)