Skip to content

Commit c08c62b

Browse files
committed
build: Update README.md and cargo upgrade
1 parent dbf201f commit c08c62b

File tree

2 files changed

+50
-71
lines changed

2 files changed

+50
-71
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 38 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -16,110 +16,89 @@ cargo install cargo-tarpaulin
1616

1717
Currently "100%"
1818

19-
```
20-
wink@3900x:~/prgs/rust/myrepos/exper-code-coverage (main)
21-
$ cargo llvm-cov
22-
Compiling exper-code-coverage v0.1.0 (/home/wink/prgs/rust/myrepos/exper-code-coverage)
23-
Finished test [unoptimized + debuginfo] target(s) in 0.79s
24-
Running unittests (target/llvm-cov-target/debug/deps/exper_code_coverage-ae7fad6d44ba68fc)
25-
26-
running 0 tests
27-
28-
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29-
30-
Running tests/cli.rs (target/llvm-cov-target/debug/deps/cli-45ae8237db2683e9)
31-
32-
running 1 test
33-
test test_no_params ... ok
34-
35-
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3619

37-
Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover
38-
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39-
/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 -
40-
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
41-
TOTAL 2 0 100.00% 2 0 100.00% 4 0 100.00% 0 0 -
42-
wink@3900x:~/prgs/rust/myrepos/exper-code-coverage (main)
20+
```
21+
wink@3900x 22-08-14T17:15:09.819Z:~/prgs/rust/myrepos/exper-code-coverage (main)
4322
$ cargo llvm-cov
44-
Compiling exper-code-coverage v0.1.0 (/home/wink/prgs/rust/myrepos/exper-code-coverage)
45-
Finished test [unoptimized + debuginfo] target(s) in 0.79s
46-
Running unittests (target/llvm-cov-target/debug/deps/exper_code_coverage-ae7fad6d44ba68fc)
23+
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
25+
Running unittests src/main.rs (target/llvm-cov-target/debug/deps/exper_code_coverage-45914372d0985a3c)
4726
4827
running 0 tests
4928
5029
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5130
52-
Running tests/cli.rs (target/llvm-cov-target/debug/deps/cli-45ae8237db2683e9)
31+
Running tests/cli.rs (target/llvm-cov-target/debug/deps/cli-9951edc54e4f8293)
5332
5433
running 1 test
5534
test test_no_params ... ok
5635
5736
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5837
59-
Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover
60-
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
61-
/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 -
62-
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
63-
TOTAL
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 -
6444
```
6545

6646
## Tarpaulin Code Coverage
6747

6848
Currently "100%" 2/2.
6949

7050
```
71-
wink@3900x:~/prgs/rust/myrepos/exper-code-coverage (main)
51+
wink@3900x 22-08-14T17:17:30.891Z:~/prgs/rust/myrepos/exper-code-coverage (main)
7252
$ cargo tarpaulin
73-
Apr 08 11:33:14.839 INFO cargo_tarpaulin::config: Creating config
74-
Apr 08 11:33:14.852 INFO cargo_tarpaulin: Running config test_config
75-
Apr 08 11:33:14.852 INFO cargo_tarpaulin: Running Tarpaulin
76-
Apr 08 11:33:14.852 INFO cargo_tarpaulin: Building project
77-
Apr 08 11:33:14.852 INFO cargo_tarpaulin::cargo: Cleaning project
78-
Compiling memchr v2.4.1
53+
Aug 14 10:17:39.828 INFO cargo_tarpaulin::config: Creating config
54+
Aug 14 10:17:39.843 INFO cargo_tarpaulin: Running config test_config
55+
Aug 14 10:17:39.843 INFO cargo_tarpaulin: Running Tarpaulin
56+
Aug 14 10:17:39.843 INFO cargo_tarpaulin: Building project
57+
Aug 14 10:17:39.843 INFO cargo_tarpaulin::cargo: Cleaning project
58+
Compiling memchr v2.5.0
7959
Compiling autocfg v1.1.0
80-
Compiling libc v0.2.122
81-
Compiling either v1.6.1
82-
Compiling regex-syntax v0.6.25
83-
Compiling doc-comment v0.3.3
60+
Compiling libc v0.2.131
8461
Compiling predicates-core v1.0.3
85-
Compiling normalize-line-endings v0.3.0
62+
Compiling either v1.7.0
63+
Compiling doc-comment v0.3.3
64+
Compiling regex-syntax v0.6.27
8665
Compiling lazy_static v1.4.0
87-
Compiling difflib v0.4.0
8866
Compiling termtree v0.2.4
67+
Compiling normalize-line-endings v0.3.0
68+
Compiling difflib v0.4.0
8969
Compiling regex-automata v0.1.10
90-
Compiling exper-code-coverage v0.1.0 (/home/wink/prgs/rust/myrepos/exper-code-coverage)
91-
Compiling itertools v0.10.3
70+
Compiling exper-code-coverage v0.2.0 (/home/wink/prgs/rust/myrepos/exper-code-coverage)
9271
Compiling predicates-tree v1.0.5
93-
Compiling num-traits v0.2.14
72+
Compiling itertools v0.10.3
73+
Compiling num-traits v0.2.15
9474
Compiling aho-corasick v0.7.18
9575
Compiling bstr v0.2.17
9676
Compiling wait-timeout v0.2.0
9777
Compiling float-cmp v0.9.0
98-
Compiling regex v1.5.5
78+
Compiling regex v1.6.0
9979
Compiling predicates v2.1.1
10080
Compiling assert_cmd v2.0.4
101-
Finished test [unoptimized + debuginfo] target(s) in 3.51s
102-
Apr 08 11:33:18.446 INFO cargo_tarpaulin::process_handling::linux: Launching test
103-
Apr 08 11:33:18.446 INFO cargo_tarpaulin::process_handling: running /home/wink/prgs/rust/myrepos/exper-code-coverage/target/debug/deps/exper_code_coverage-d676e043ae6e11c6
81+
Finished test [unoptimized + debuginfo] target(s) in 3.15s
82+
Aug 14 10:17:43.064 INFO cargo_tarpaulin::process_handling::linux: Launching test
83+
Aug 14 10:17:43.064 INFO cargo_tarpaulin::process_handling: running /home/wink/prgs/rust/myrepos/exper-code-coverage/target/debug/deps/exper_code_coverage-3205c40935c7eb38
10484
10585
running 0 tests
10686
10787
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10888
109-
Apr 08 11:33:18.579 INFO cargo_tarpaulin::process_handling::linux: Launching test
110-
Apr 08 11:33:18.579 INFO cargo_tarpaulin::process_handling: running /home/wink/prgs/rust/myrepos/exper-code-coverage/target/debug/deps/cli-d86d8363bb9f499e
89+
Aug 14 10:17:43.304 INFO cargo_tarpaulin::process_handling::linux: Launching test
90+
Aug 14 10:17:43.304 INFO cargo_tarpaulin::process_handling: running /home/wink/prgs/rust/myrepos/exper-code-coverage/target/debug/deps/cli-41d2995333e51fb7
11191
11292
running 1 test
11393
test test_no_params ... ok
11494
115-
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.43s
95+
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
11696
117-
Apr 08 11:33:20.827 INFO cargo_tarpaulin::report: Coverage Results:
97+
Aug 14 10:17:44.722 INFO cargo_tarpaulin::report: Coverage Results:
11898
|| Tested/Total Lines:
119-
|| src/main.rs: 2/2 +50.00%
99+
|| src/main.rs: 2/2 +0.00%
120100
||
121-
100.00% coverage, 2/2 lines covered, +50% change in coverage
122-
101+
100.00% coverage, 2/2 lines covered, +0% change in coverage
123102
```
124103

125104
## License

0 commit comments

Comments
 (0)