Skip to content

Commit f939d6a

Browse files
ci: fixing the coverage report
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 76a93a3 commit f939d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Run tests with coverage generation
8787
run: |
8888
cargo install cargo-llvm-cov
89-
export RUSTFLAGS="-Clink-dead-code -Coverflow-checks=off"
89+
export RUSTFLAGS="-Coverflow-checks=off"
9090
cargo llvm-cov --features rest-client,rpc-client,tokio,futures,serde --codecov --hide-instantiations --output-path=target/codecov.json
9191
# Could you use this to fake the coverage report for your PR? Sure.
9292
# Will anyone be impressed by your amazing coverage? No

0 commit comments

Comments
 (0)