Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit d1fe08f

Browse files
committed
fix: disable mcdc coverage to prevent nightly rust crash
1 parent bd172ff commit d1fe08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
if [ -n "${{ secrets.COVERALLS_REPO_TOKEN }}" ]; then
3939
mkdir -p coverage
40-
cargo +nightly llvm-cov nextest --lcov --output-path coverage/lcov.info --branch --mcdc --all-targets --all-features --workspace
40+
cargo +nightly llvm-cov nextest --lcov --output-path coverage/lcov.info --branch --all-targets --all-features --workspace
4141
else
4242
echo "Code Coverage step is skipped on PRs from forks."
4343
cargo nextest run --verbose --all-features

0 commit comments

Comments
 (0)