Skip to content

Commit 88274a5

Browse files
committed
build: Update README.md
Running `cargo llvm-cov` was outputing 0% coverage for `expr-code-coverage` that was because I hadn't done a `cargo clean`. Not it doesn't print that!
1 parent bdd5105 commit 88274a5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Currently "100%"
1818

1919

2020
```
21-
wink@3900x 22-08-14T17:15:09.819Z:~/prgs/rust/myrepos/exper-code-coverage (main)
21+
wink@3900x 22-08-14T17:46:32.930Z:~/prgs/rust/myrepos/exper-code-coverage (main)
2222
$ cargo llvm-cov
2323
Compiling exper-code-coverage v0.2.0 (/home/wink/prgs/rust/myrepos/exper-code-coverage)
24-
Finished test [unoptimized + debuginfo] target(s) in 0.63s
24+
Finished test [unoptimized + debuginfo] target(s) in 0.65s
2525
Running unittests src/main.rs (target/llvm-cov-target/debug/deps/exper_code_coverage-45914372d0985a3c)
2626
2727
running 0 tests
@@ -35,12 +35,11 @@ test test_no_params ... ok
3535
3636
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3737
38-
Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover
39-
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
40-
exper-code-coverage/src/main.rs 2 0 100.00% 2 0 100.00% 4 0 100.00% 0 0 -
41-
expr-code-coverage/src/main.rs 2 2 0.00% 2 2 0.00% 4 4 0.00% 0 0 -
42-
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
43-
TOTAL 4 2 50.00% 4 2 50.00% 8 4 50.00% 0 0 -
38+
Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover
39+
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
40+
/home/wink/prgs/rust/myrepos/exper-code-coverage/src/main.rs 2 0 100.00% 2 0 100.00% 4 0 100.00% 0 0 -
41+
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
42+
TOTAL 2 0 100.00% 2 0 100.00% 4 0 100.00% 0 0 -
4443
```
4544

4645
## Tarpaulin Code Coverage

0 commit comments

Comments
 (0)