From f939d6a5acc1607530c8d47405e9af4e85460081 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 5 Nov 2024 15:26:27 +0100 Subject: [PATCH] ci: fixing the coverage report Signed-off-by: Vincenzo Palazzo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5