Skip to content

Commit

Permalink
Minor: Fix a typo in Contributing.md (#4066)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfn3 authored Apr 11, 2024
1 parent 631c25f commit 9a6b196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a6b196

Please sign in to comment.