Skip to content

Commit b46b567

Browse files
authored
ci: Fix command syntax for test threads in Codecov workflow
1 parent d7b2e95 commit b46b567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: taiki-e/install-action@cargo-llvm-cov
2929

3030
- name: Run tests and generate coverage
31-
run: script -q -e -c "cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info --test-threads=1"
31+
run: script -q -e -c "cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info -- -- --test-threads=1"
3232

3333
- name: Upload coverage to Codecov
3434
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)