Skip to content

Commit 0fb69a2

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal
8686
- name: Run tests with coverage generation
8787
run: |
88+
sudo apt-get install build-essential pkg-config libssl-dev -y
8889
cargo install cargo-llvm-cov
8990
export RUSTFLAGS="-Clink-dead-code -Coverflow-checks=off"
9091
cargo llvm-cov --features rest-client,rpc-client,tokio,futures,serde --codecov --hide-instantiations --output-path=target/codecov.json

0 commit comments

Comments
 (0)