Add doctests to tarpaulin run types

master
Simon Bruder 2020-08-07 14:01:49 +02:00
parent 3b3564cfa9
commit 06eda30017
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
ignore-tests = true
target-dir = "target/tarpaulin/"
exclude-files = ["target/*"]
run-types = ["Tests", "Doctests"]
[report]
out = ["Html"]