Minor: Fix a typo in Contributing.md (#4066)
This commit is contained in:
parent
a8abe508ba
commit
e174a04bb3
|
@ -190,7 +190,7 @@ Second, there is a Python-based benchmark contained in the `pytests` subdirector
|
|||
|
||||
You can view what code is and isn't covered by PyO3's tests. We aim to have 100% coverage - please check coverage and add tests if you notice a lack of coverage!
|
||||
|
||||
- First, ensure the llmv-cov cargo plugin is installed. You may need to run the plugin through cargo once before using it with `nox`.
|
||||
- First, ensure the llvm-cov cargo plugin is installed. You may need to run the plugin through cargo once before using it with `nox`.
|
||||
```shell
|
||||
cargo install cargo-llvm-cov
|
||||
cargo llvm-cov
|
||||
|
|
Loading…
Reference in New Issue