Skip to content

Commit 7887560

Browse files
authored
ci: Fix argument in codecov.yml for coverage script
1 parent 2996536 commit 7887560

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)