ci: Added steps to install grcov

This commit is contained in:
Swapnil Kumbhar 2022-10-10 11:59:43 -07:00
parent 738761947a
commit 646c59bbec

View File

@ -61,7 +61,10 @@ jobs:
- name: Install cargo-make
working-directory: frontend
run: cargo install cargo-make
run: |
cargo install cargo-make
cargo install grcov
rustup component add llvm-tools-preview
- name: Run Coverage tests and generate LCOV report
working-directory: frontend