We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d33b15 commit e3fd384Copy full SHA for e3fd384
docs/CONTRIBUTE.MD
@@ -22,12 +22,12 @@ cargo install cargo-llvm-cov
22
rustup component add llvm-tools-preview
23
```
24
25
-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.
26
```json
27
{
28
"coverage-gutters.coverageFileNames": [
29
"coverage.lcov",
30
],
31
"coverage-gutters.coverageBaseDir": "target/llvm-cov-target",
32
}
33
-```
+```
0 commit comments