We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b2e95 commit b46b567Copy full SHA for b46b567
.github/workflows/codecov.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: taiki-e/install-action@cargo-llvm-cov
29
30
- 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"
+ run: script -q -e -c "cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info -- -- --test-threads=1"
32
33
- name: Upload coverage to Codecov
34
uses: codecov/codecov-action@v4
0 commit comments