add script to generate coverage report
This commit is contained in:
parent
05ab631eb6
commit
fbd42d7c47
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,4 +4,5 @@ out
|
|||
.direnv
|
||||
.envrc
|
||||
result
|
||||
mutants.*
|
||||
mutants.*
|
||||
tarpaulin-report.html
|
||||
|
|
2
generate-coverage
Executable file
2
generate-coverage
Executable file
|
@ -0,0 +1,2 @@
|
|||
#/usr/bin/env bash
|
||||
cargo tarpaulin --out Html --all-features
|
Loading…
Reference in a new issue