Skip to content

Commit 8c086c7

Browse files
authored
Merge pull request #3398 from vincenzopalazzo/macros/fixing-ci
ci: fixing the coverage report
2 parents d33284f + f939d6a commit 8c086c7

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)