Move coverage generation to llvm-cov in the hopes its more stable
[rust-lightning] / ci / ci-tests.sh
index eb42bfb01e4149f1c14442e6709cf8c30c98a14e..d5f659850e4a2078c87272b3da9cf78873a4fc89 100755 (executable)
@@ -41,8 +41,6 @@ fi
 # The memchr crate switched to an MSRV of 1.60 starting with v2.6.0
 [ "$RUSTC_MINOR_VERSION" -lt 60 ] && cargo update -p memchr --precise "2.5.0" --verbose
 
-[ "$LDK_COVERAGE_BUILD" != "" ] && export RUSTFLAGS="-C link-dead-code"
-
 export RUST_BACKTRACE=1
 
 echo -e "\n\nBuilding and testing all workspace crates..."