Add doctests to tarpaulin run types
This commit is contained in:
parent
3b3564cfa9
commit
06eda30017
|
@ -2,6 +2,7 @@
|
||||||
ignore-tests = true
|
ignore-tests = true
|
||||||
target-dir = "target/tarpaulin/"
|
target-dir = "target/tarpaulin/"
|
||||||
exclude-files = ["target/*"]
|
exclude-files = ["target/*"]
|
||||||
|
run-types = ["Tests", "Doctests"]
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
out = ["Html"]
|
out = ["Html"]
|
||||||
|
|
Reference in a new issue