mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: Added steps to install grcov
This commit is contained in:
parent
738761947a
commit
646c59bbec
5
.github/workflows/rust_coverage.yml
vendored
5
.github/workflows/rust_coverage.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user