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.
1 parent 76a93a3 commit 0fb69a2Copy full SHA for 0fb69a2
.github/workflows/build.yml
@@ -85,6 +85,7 @@ jobs:
85
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal
86
- name: Run tests with coverage generation
87
run: |
88
+ sudo apt-get install build-essential pkg-config libssl-dev -y
89
cargo install cargo-llvm-cov
90
export RUSTFLAGS="-Clink-dead-code -Coverflow-checks=off"
91
cargo llvm-cov --features rest-client,rpc-client,tokio,futures,serde --codecov --hide-instantiations --output-path=target/codecov.json
0 commit comments