fix(docs): update CONTRIBUTE.MD (#579)
This commit is contained in:
parent
8d33b155b6
commit
e3fd384a45
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ cargo install cargo-llvm-cov
|
|||
rustup component add llvm-tools-preview
|
||||
```
|
||||
|
||||
If you are using goverage gutters plugin, add these config to let it know lcov output.
|
||||
If you are using coverage gutters plugin, add these config to let it know lcov output.
|
||||
```json
|
||||
{
|
||||
"coverage-gutters.coverageFileNames": [
|
||||
|
|
@ -30,4 +30,4 @@ If you are using goverage gutters plugin, add these config to let it know lcov o
|
|||
],
|
||||
"coverage-gutters.coverageBaseDir": "target/llvm-cov-target",
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue