From: Vincenzo Palazzo Date: Tue, 5 Nov 2024 14:26:27 +0000 (+0100) Subject: ci: fixing the coverage report X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=f939d6a5acc1607530c8d47405e9af4e85460081;p=rust-lightning ci: fixing the coverage report Signed-off-by: Vincenzo Palazzo --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7487ea4a4..04cdc00a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: - name: Run tests with coverage generation run: | cargo install cargo-llvm-cov - export RUSTFLAGS="-Clink-dead-code -Coverflow-checks=off" + export RUSTFLAGS="-Coverflow-checks=off" cargo llvm-cov --features rest-client,rpc-client,tokio,futures,serde --codecov --hide-instantiations --output-path=target/codecov.json # Could you use this to fake the coverage report for your PR? Sure. # Will anyone be impressed by your amazing coverage? No