File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
- rustup component add llvm-tools-preview
20
20
test_script :
21
21
- . $HOME/.cargo/env
22
- - env LLVM_PROFILE_FILE="calloop-%p-%m.profraw" RUSTFLAGS="-Zinstrument-coverage" cargo test --all-features
23
- - grcov . --binary-path ./target/debug -s . -t lcov --branch --llvm --ignore-not-existing --keep-only "src/sys/*" --excl-br-start "mod tests \{" --excl-start "mod tests \{" --excl-br-line "#\[derive\(" --excl-line "#\[derive\(" -o lcov.info
24
- - bash -c 'bash <(curl -s https://codecov.io/bash) -f lcov.info'
22
+ - cargo test --all-features
23
+ # coverage is disabled for now
24
+ # see https://github.com/rust-lang/rust/issues/94616
25
+ # - env LLVM_PROFILE_FILE="calloop-%p-%m.profraw" RUSTFLAGS="-Zinstrument-coverage" cargo test --all-features
26
+ # - grcov . --binary-path ./target/debug -s . -t lcov --branch --llvm --ignore-not-existing --keep-only "src/sys/*" --excl-br-start "mod tests \{" --excl-start "mod tests \{" --excl-br-line "#\[derive\(" --excl-line "#\[derive\(" -o lcov.info
27
+ # - bash -c 'bash <(curl -s https://codecov.io/bash) -f lcov.info'
You can’t perform that action at this time.
0 commit comments