Add tarpaulin config

master
Simon Bruder 2020-07-09 11:51:11 +02:00
parent 8d5a34024e
commit 85650f474b
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target
/testfiles
/tarpaulin-report.html

7
tarpaulin.toml Normal file
View File

@ -0,0 +1,7 @@
[default]
ignore-tests = true
target-dir = "target/tarpaulin/"
exclude-files = ["target/*"]
[report]
out = ["Html"]