Skip to content

Commit 9bcd62c

Browse files
author
ynn
committed
docs(README.md): uses cargo llvm-cov instead of cargo tarpaulin for coverage
1 parent cee0539 commit 9bcd62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ $ cargo test
208208
### 6.2 Coverage
209209

210210
```bash
211-
$ cargo tarpaulin --out html
211+
$ cargo llvm-cov --open
212212
```
213213

214214
### 6.3 Documentation

0 commit comments

Comments
 (0)