We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bafe0 commit 9fc0960Copy full SHA for 9fc0960
.github/workflows/ci.yaml
@@ -280,7 +280,7 @@ jobs:
280
shell: pwsh
281
if: runner.os == 'Windows'
282
- name: Clean coverage data
283
- run: cargo llvm-cov clean --workspace --target-dir target
+ run: cargo llvm-cov clean --workspace
284
- name: build rustpython
285
run: cargo llvm-cov build --no-report --release --target-dir target --verbose --features=threading ${{ env.CARGO_ARGS }}
286
if: runner.os == 'macOS'
0 commit comments