Add tarpaulin config
This commit is contained in:
parent
8d5a34024e
commit
85650f474b
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/target
|
||||
/testfiles
|
||||
/tarpaulin-report.html
|
||||
|
|
7
tarpaulin.toml
Normal file
7
tarpaulin.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[default]
|
||||
ignore-tests = true
|
||||
target-dir = "target/tarpaulin/"
|
||||
exclude-files = ["target/*"]
|
||||
|
||||
[report]
|
||||
out = ["Html"]
|
Reference in a new issue