README update
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-12-01 17:21:36 +01:00
parent 7a8c3784f5
commit 60a00bae99
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -56,6 +56,7 @@ already, install the `llvm-tools-preview`:
```sh ```sh
rustup component add llvm-tools-preview rustup component add llvm-tools-preview
cargo install grcov --locked
``` ```
After that, you can simply run `coverage.py` to test the project with coverage. You can optionally After that, you can simply run `coverage.py` to test the project with coverage. You can optionally