We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d33284f + f939d6a commit 8c086c7Copy full SHA for 8c086c7
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Run tests with coverage generation
87
run: |
88
cargo install cargo-llvm-cov
89
- export RUSTFLAGS="-Clink-dead-code -Coverflow-checks=off"
+ export RUSTFLAGS="-Coverflow-checks=off"
90
cargo llvm-cov --features rest-client,rpc-client,tokio,futures,serde --codecov --hide-instantiations --output-path=target/codecov.json
91
# Could you use this to fake the coverage report for your PR? Sure.
92
# Will anyone be impressed by your amazing coverage? No
0 commit comments